Papers › FocalClick: Towards Practical Interactive Image Segmentation

FocalClick: Towards Practical Interactive Image Segmentation

6 Apr 2022CVPR 2022 1arXiv:2204.02574archive 2025-07-28

Xi Chen, Zhiyan Zhao, Yilei Zhang, Manni Duan, Donglian Qi, Hengshuang Zhao

Interactive segmentation allows users to extract target masks by making positive/negative clicks. Although explored by many previous works, there is still a gap between academic approaches and industrial needs: first, existing models are not efficient enough to work on low power devices; second, they perform poorly when used to refine preexisting masks as they could not avoid destroying the correct part. FocalClick solves both issues at once by predicting and updating the mask in localized areas. For higher efficiency, we decompose the slow prediction on the entire image into two fast inferences on small crops: a coarse segmentation on the Target Crop, and a local refinement on the Focus Crop. To make the model work with preexisting masks, we formulate a sub-task termed Interactive Mask Correction, and propose Progressive Merge as the solution. Progressive Merge exploits morphological information to decide where to preserve and where to update, enabling users to refine any preexisting mask effectively. FocalClick achieves competitive results against SOTA methods with significantly smaller FLOPs. It also shows significant superiority when making corrections on preexisting masks. Code and data will be released at github.com/XavierCHEN34/ClickSEG

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2204.02574")

Code

Syntology Ran 12 of 21 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: official repository: 20 samples from 1 repository, 12 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

XavierCHEN34/ClickSEG officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

21 samples harvested; 12 ran; 0 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

2ran · our draft was wrong
1ran · fixture could not drive it
9ran
9unverified

Licence: 1 of the 21 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from XavierCHEN34/ClickSEG. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BatchImageNormalize XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 339f5051599196e6 · report
BottleneckV1b XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran · metamorphic tier: invariant Apache-2.0 (permissive) · d040bbf8b42c1853 · report
ConvModule XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 36ecf3e15546035e · report
ObjectAttentionBlock2D XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · e0f1a4750642d91b · report
ScaleLayer XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran fingerprinted Apache-2.0 (permissive) · 7c22256846b5a788 · report
SpatialGather_Module XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · fc329aee6357b551 · report
SpatialOCR_Module XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran fingerprinted Apache-2.0 (permissive) · 7936d6a591621025 · report
XConvBnRelu XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran · metamorphic tier: invariant fingerprinted Apache-2.0 (permissive) · 44f751550a0af371 · report
get_classname XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 532fac016c7c896a · report
get_default_params XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 93ae2e1088f964ad · report
resize XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · 55bc02c6846634c4 · report
serialize XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository ran Apache-2.0 (permissive) · a4cd31544f3ea2b5 · report
BasicBlockV1b XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository unverified Apache-2.0 (permissive) · 7e0099013f714d0b · report
DistMaps XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository unverified Apache-2.0 (permissive) · 524aba093ebca5b5 · report
HRNetModel XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository unverified Apache-2.0 (permissive) · 5eac58acde5ed053 · report
HighResolutionModule XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository unverified Apache-2.0 (permissive) · c3e49580d712bb6f · report
HighResolutionNet XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository unverified Apache-2.0 (permissive) · 79f5c9927f655378 · report
ISModel XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository unverified Apache-2.0 (permissive) · 0467c4cb28e2a662 · report
LRMult XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository unverified Apache-2.0 (permissive) · 2028862f40603cc7 · report
RefineLayer XavierCHEN34/ClickSEG/isegm/model/is_hrnet_model.py official repository unverified Apache-2.0 (permissive) · f8c13074d5a56e32 · report
split_points_by_order identical code first harvested elsewhere unverified licence of this copy not recorded · 8bb23b71c17a0a25 · report

Tasks

Image SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Datasets

Introduced by this paper, per the archive.

DAVIS-585

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Interactive Segmentation Berkeley FocalClick-B3-S2 NoC@90 1.48 #2 of 14 Archive leaderboard report
Interactive Segmentation DAVIS FocalClick-B3-S2 NoC@85 2.92 #2 of 15 Archive leaderboard report
Interactive Segmentation DAVIS FocalClick-B3-S2 NoC@90 4.52 #2 of 15 Archive leaderboard report
Interactive Segmentation DAVIS-585 FocalClick-B3-S2 NoC@90 2.76 #2 of 2 Archive leaderboard report
Interactive Segmentation SBD FocalClick NoC@85 3.53 #7 of 14 Archive leaderboard report
Interactive Segmentation SBD FocalClick NoC@90 5.59 #7 of 14 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections