Papers › Text-Driven Fusion for Infrared and Visible Images: Achieving Image Scene Adaptation...

Text-Driven Fusion for Infrared and Visible Images: Achieving Image Scene Adaptation on Hyperbolic Space

13 Jun 2026ICMLarXiv:2606.15104added by Syntology

Huan Kang, Hui Li, Tianyang Xu, Tao Zhou, Xiao-Jun Wu, Josef Kittler

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

Infrared and visible image fusion aims to integrate complementary modalities, while existing Euclidean methods impose rigid distance metrics that distort multi-modal interactions and parent-to-child semantic hierarchies. To overcome these limitations, we introduce a text-driven fusion framework empowered by hyperbolic manifold learning. During training, BLIP-extracted text prompts serve as topological anchors within the hyperbolic space, guiding vision-attribute alignment through hyperbolic embeddings that naturally accommodate varying semantic granularities. By exploiting the exponential volume growth dictated by the Poincaré ball's negative curvature, this approach seamlessly embeds hierarchical trees to encode coarse-to-fine semantics without metric saturation, while the vast peripheral space prevents texture distortion during cross-modal fusion. At inference, the fusion process autonomously adapts to input content using the learned text-attribute priors, completely eliminating the need for textual input. Experimental results show our method outperforms state-of-the-art approaches on benchmark datasets, with code available at https://github.com/Shaoyun2023/TEDFusion.

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="2606.15104")

Code

Syntology Ran 9 of 14 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 3 ran · fixture could not drive it; 6 ran with no contract checked.

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

Shaoyun2023/TEDFusion 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

14 samples harvested; 9 ran; 0 honoured the contract we drafted; 5 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.

3ran · fixture could not drive it
6ran
5unverified

Licence: 14 of the 14 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 Shaoyun2023/TEDFusion. “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.

Attention_spatial Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 83202c7c9a0463f9 · report
Cross_attention Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · cddd2a7c1f722c27 · report
FeatureWiseAffine Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology ran no licence file found · pointer only · 804df7dab48b9bb7 · report
FeedForward Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology ran no licence file found · pointer only · b88cfeea8c3a8562 · report
Fusion_Embed Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology ran no licence file found · pointer only · adea59d97c2173b5 · report
TransformerBlock Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology ran no licence file found · pointer only · 3bec9331e88709b1 · report
hyperbolic_norm Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 838df4f68808118a · report
poincare_distance Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · aa295f74dd7e7c27 · report
poincare_loss Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology ran · fixture could not drive it no licence file found · pointer only · 8ec88aa7d5e15405 · report
Encoder_A Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology unverified no licence file found · pointer only · 4b0d0703eb4d78e0 · report
Encoder_B Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology unverified no licence file found · pointer only · b88e105766635778 · report
TEDFusion Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology unverified no licence file found · pointer only · 06d8b4f03cd9f8b8 · report
args Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology unverified no licence file found · pointer only · 586f3e92b4f82d98 · report
safe_project Shaoyun2023/TEDFusion/model/TEDFusion_model.py found in paper text by Syntology unverified no licence file found · pointer only · 9a8d4cce21e235b3 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2606.15104, was issued in June 2026, 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