Papers › High Temporal Consistency through Semantic Similarity Propagation in Semi-Supervised...

High Temporal Consistency through Semantic Similarity Propagation in Semi-Supervised Video Semantic Segmentation for Autonomous Flight

19 Mar 2025CVPR 2025 1arXiv:2503.15676archive 2025-07-28

Cédric Vincent, Taehyoung Kim, Henri Meeß

Semantic segmentation from RGB cameras is essential to the perception of autonomous flying vehicles. The stability of predictions through the captured videos is paramount to their reliability and, by extension, to the trustworthiness of the agents. In this paper, we propose a lightweight video semantic segmentation approach-suited to onboard real-time inference-achieving high temporal consistency on aerial data through Semantic Similarity Propagation across frames. SSP temporally propagates the predictions of an efficient image segmentation model with global registration alignment to compensate for camera movements. It combines the current estimation and the prior prediction with linear interpolation using weights computed from the features similarities of the two frames. Because data availability is a challenge in this domain, we propose a consistency-aware Knowledge Distillation training procedure for sparsely labeled datasets with few annotations. Using a large image segmentation model as a teacher to train the efficient SSP, we leverage the strong correlations between labeled and unlabeled frames in the same training videos to obtain high-quality supervision on all frames. KD-SSP obtains a significant temporal consistency increase over the base image segmentation model of 12.5% and 6.7% TC on UAVid and RuralScapes respectively, with higher accuracy and comparable inference speed. On these aerial datasets, KD-SSP provides a superior segmentation quality and inference speed trade-off than other video methods proposed for general applications and shows considerably higher consistency. The code will be made publicly available upon acceptance.

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

Code

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

By repository: official repository: 39 samples from 1 repository, 25 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

fraunhoferivi/ssp 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

39 samples harvested; 25 ran; 0 honoured the contract we drafted; 14 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
3ran · fixture could not drive it
20ran
14unverified

Licence: 39 of the 39 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 FraunhoferIVI/SSP. “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.

AverageSimBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · d044b5ce825d4a5c · report
ConstantSimBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 7f8e3f8b70d49c2f · report
Conv2DMixingBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic fingerprinted licence not identified · pointer only · 5e791605cb7329d7 · report
Conv2DMixingLayer FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran licence not identified · pointer only · 07e2216dbbe99e90 · report
Conv3DMixingBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic fingerprinted licence not identified · pointer only · 058734a67a781ac6 · report
Conv3DMixingLayer FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · c78187c6d5ad1b68 · report
ConvSimBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran licence not identified · pointer only · 6c47c44ac4a36fd1 · report
ConvSimBlockBase FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran licence not identified · pointer only · 73eebc021c081540 · report
ConvSimBlockv2 FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 4c114e1ca34fdd56 · report
CossimSimBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran licence not identified · pointer only · 7043870d374949b0 · report
IdMixingBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic fingerprinted licence not identified · pointer only · a4394ad61f3a1594 · report
IdentityRegistrator FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic fingerprinted licence not identified · pointer only · a270a720b90984f0 · report
MetricMeter FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran licence not identified · pointer only · 5c6b14f527ed13b7 · report
Mix_FFN2D FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 9e6f6502476feed9 · report
Mix_FFN3D FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 683a05a61bd8a4d6 · report
ShiftedWindows_MSA_2D FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · ff7968971c45bd97 · report
ShiftedWindows_MSA_3D FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 95cad40f6f93b6d0 · report
TempConstLoss FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran licence not identified · pointer only · a92fb745968521e5 · report
WindowAttention2D FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 2cd93b72e9eab106 · report
WindowAttention3D FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · metamorphic tier: deterministic licence not identified · pointer only · 718fd35d460d708b · report
class_meanIoU FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · fixture could not drive it licence not identified · pointer only · d347919e1bf4509d · report
conditional_no_grad FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · our draft was wrong licence not identified · pointer only · 4db7a39c999d283b · report
flowwarp FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · 446875b2982cc5dc · report
meanIoU FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · fixture could not drive it licence not identified · pointer only · 4f1bb8f28de5476d · report
soft_to_hard_labels FraunhoferIVI/SSP/models/video/models_consistency.py official repository ran · fixture could not drive it fingerprinted licence not identified · pointer only · 6c2f180f76144ba4 · report
ConsistencyWrapper FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · 32d9a37f2197d508 · report
DiskFeatureRegistrator FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · 0ea451382191a4af · report
STT2DMixingBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · fb5a9acbdef9723e · report
STT2DMixingLayer FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · 9a15b215d04d0d28 · report
STT3DConvSimBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · 313598e87d65c0b7 · report
STT3DConvSimBlock2 FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · db29f802ea381aee · report
STT3DCosSimBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · 27126ab3e795315a · report
STT3DMixingBlock FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · 7a10690af16c2868 · report
STT3DMixingLayer FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · 9c05757b057929a0 · report
get_matching_kpts FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · 2566c2e884ccf16f · report
parse_mixing_ops FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · fb03ee37c6f4f1a3 · report
parse_sim_ops FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · f4c0c6828919e5ca · report
warp FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · c03217842230837f · report
warp_batch FraunhoferIVI/SSP/models/video/models_consistency.py official repository unverified licence not identified · pointer only · eed19af1a585edd7 · report

Tasks

Image SegmentationKnowledge DistillationSegmentationSemantic SegmentationSemantic SimilaritySemantic Textual SimilarityVideo Semantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASEKnowledge DistillationSPEED

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