TraceNet: Segment one thing efficiently
Mingyuan Wu, Zichuan Liu, Haozhen Zheng, Hongpeng Guo, Bo Chen, Xin Lu, Klara Nahrstedt

TL;DR
TraceNet introduces an efficient, tap-driven single instance segmentation method that reduces computation by focusing only on user-selected regions, suitable for mobile imaging applications.
Contribution
The paper proposes TraceNet, a novel model that locates and segments a single user-selected instance efficiently by region tracing, reducing computational costs compared to traditional methods.
Findings
Achieves high-quality segmentation with reduced computation.
Effective on MS-COCO and LVIS datasets.
Balances efficiency and interactivity in segmentation.
Abstract
Efficient single instance segmentation is essential for unlocking features in the mobile imaging applications, such as capture or editing. Existing on-the-fly mobile imaging applications scope the segmentation task to portraits or the salient subject due to the computational constraints. Instance segmentation, despite its recent developments towards efficient networks, is still heavy due to the cost of computation on the entire image to identify all instances. To address this, we propose and formulate a one tap driven single instance segmentation task that segments a single instance selected by a user via a positive tap. This task, in contrast to the broader task of segmenting anything as suggested in the Segment Anything Model \cite{sam}, focuses on efficient segmentation of a single instance specified by the user. To solve this problem, we present TraceNet, which explicitly locates…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Artificial Intelligence in Healthcare · Data Mining Algorithms and Applications
