Papers › Robust Ego-Exo Correspondence with Long-Term Memory

Robust Ego-Exo Correspondence with Long-Term Memory

13 Oct 2025NeurIPSarXiv:2510.11417added by Syntology

Yijun Hu, Bing Fan, Xin Gu, Haiqing Ren, Dongfang Liu, Heng Fan, Libo Zhang

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Establishing object-level correspondence between egocentric and exocentric views is essential for intelligent assistants to deliver precise and intuitive visual guidance. However, this task faces numerous challenges, including extreme viewpoint variations, occlusions, and the presence of small objects. Existing approaches usually borrow solutions from video object segmentation models, but still suffer from the aforementioned challenges. Recently, the Segment Anything Model 2 (SAM 2) has shown strong generalization capabilities and excellent performance in video object segmentation. Yet, when simply applied to the ego-exo correspondence (EEC) task, SAM 2 encounters severe difficulties due to ineffective ego-exo feature fusion and limited long-term memory capacity, especially for long videos. Addressing these problems, we propose a novel EEC framework based on SAM 2 with long-term memories by presenting a dual-memory architecture and an adaptive feature routing module inspired by Mixture-of-Experts (MoE). Compared to SAM 2, our approach features (i) a Memory-View MoE module which consists of a dual-branch routing mechanism to adaptively assign contribution weights to each expert feature along both channel and spatial dimensions, and (ii) a dual-memory bank system with a simple yet effective compression strategy to retain critical long-term information while eliminating redundancy. In the extensive experiments on the challenging EgoExo4D benchmark, our method, dubbed LM-EEC, achieves new state-of-the-art results and significantly outperforms existing methods and the SAM 2 baseline, showcasing its strong generalization across diverse scenarios. Our code and model are available at https://github.com/juneyeeHu/LM-EEC.

PaperPDFCode 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="2510.11417")

Code

Syntology Ran 5 of 16 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: found in paper text by Syntology: 16 samples from 1 repository, 5 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

juneyeeHu/LM-EEC found in paper text by Syntology report

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

16 samples harvested; 5 ran; 1 honoured the contract we drafted; 11 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.

1ran · honoured contract
1ran · violated contract
2ran · our draft was wrong
1ran · fixture could not drive it
11unverified

Licence: 16 of the 16 samples are 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 juneyeeHu/LM-EEC. “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.

compute_axial_cis juneyeeHu/LM-EEC/sam2/modeling/position_encoding.py found in paper text by Syntology ran · violated contract no licence file found · pointer only · 7ceaad42da42edd5 · report
get_1d_sine_pe juneyeeHu/LM-EEC/sam2/modeling/sam2_utils.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · a6c3974188a5ffb0 · report
init_t_xy juneyeeHu/LM-EEC/sam2/modeling/position_encoding.py found in paper text by Syntology ran · honoured contract fingerprinted no licence file found · pointer only · bb060d29525f90eb · report
reshape_for_broadcast juneyeeHu/LM-EEC/sam2/modeling/position_encoding.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · f8f09f78b474ee7c · report
select_closest_cond_frames juneyeeHu/LM-EEC/sam2/modeling/sam2_utils.py found in paper text by Syntology ran · our draft was wrong no licence file found · pointer only · 4ee20f090e58c425 · report
build_sam2 juneyeeHu/LM-EEC/sam2/build_sam.py found in paper text by Syntology unverified no licence file found · pointer only · 1f9402f6f57d17a3 · report
build_sam2_video_predictor juneyeeHu/LM-EEC/sam2/build_sam.py found in paper text by Syntology unverified no licence file found · pointer only · 0bf83f3242d73acc · report
build_sam2_video_predictor_ego juneyeeHu/LM-EEC/sam2/build_sam.py found in paper text by Syntology unverified no licence file found · pointer only · da8bc97ac60e4aa7 · report
dice_loss juneyeeHu/LM-EEC/training/loss_fns.py found in paper text by Syntology unverified no licence file found · pointer only · e473e66fedc883c7 · report
get_activation_fn juneyeeHu/LM-EEC/sam2/modeling/sam2_utils.py found in paper text by Syntology unverified no licence file found · pointer only · f2e72d81f39d65cd · report
get_folders juneyeeHu/LM-EEC/evaluation/merge_pred.py found in paper text by Syntology unverified no licence file found · pointer only · 36d321604b37dd80 · report
iou_loss juneyeeHu/LM-EEC/training/loss_fns.py found in paper text by Syntology unverified no licence file found · pointer only · b8f501ca29e77f1a · report
kmeans_cluster_frame juneyeeHu/LM-EEC/sam2/modeling/sam2_base.py found in paper text by Syntology unverified no licence file found · pointer only · 74b02d33b0122c24 · report
memory_bank_compress juneyeeHu/LM-EEC/sam2/modeling/sam2_base.py found in paper text by Syntology unverified no licence file found · pointer only · 4cd943feb67480e9 · report
process_take juneyeeHu/LM-EEC/evaluation/merge_pred.py found in paper text by Syntology unverified no licence file found · pointer only · 523182971553fa2c · report
sigmoid_focal_loss juneyeeHu/LM-EEC/training/loss_fns.py found in paper text by Syntology unverified no licence file found · pointer only · 42fec6fdc1faf6f1 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2510.11417, was issued in October 2025, after that date, so the archive has no leaderboard rows for it.

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