Papers › ViSiL: Fine-grained Spatio-Temporal Video Similarity Learning

ViSiL: Fine-grained Spatio-Temporal Video Similarity Learning

20 Aug 2019ICCV 2019 10arXiv:1908.07410archive 2025-07-28

Giorgos Kordopatis-Zilos, Symeon Papadopoulos, Ioannis Patras, Ioannis Kompatsiaris

In this paper we introduce ViSiL, a Video Similarity Learning architecture that considers fine-grained Spatio-Temporal relations between pairs of videos -- such relations are typically lost in previous video retrieval approaches that embed the whole frame or even the whole video into a vector descriptor before the similarity estimation. By contrast, our Convolutional Neural Network (CNN)-based approach is trained to calculate video-to-video similarity from refined frame-to-frame similarity matrices, so as to consider both intra- and inter-frame relations. In the proposed method, pairwise frame similarity is estimated by applying Tensor Dot (TD) followed by Chamfer Similarity (CS) on regional CNN frame features - this avoids feature aggregation before the similarity calculation between frames. Subsequently, the similarity matrix between all video frames is fed to a four-layer CNN, and then summarized using Chamfer Similarity (CS) into a video-to-video similarity score -- this avoids feature aggregation before the similarity calculation between videos and captures the temporal similarity patterns between matching frame sequences. We train the proposed network using a triplet loss scheme and evaluate it on five public benchmark datasets on four different video retrieval problems where we demonstrate large improvements in comparison to the state of the art. The implementation of ViSiL is publicly available.

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

Code

Syntology Ran 0 of 6 code samples harvested from 1 repository linked to this paper; 6 have no recorded run.

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

MKLab-ITI/visil officialmentioned in papertfApache-2.0 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

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

6unverified

Licence: 0 of the 6 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 MKLab-ITI/visil. “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.

chamfer_similarity MKLab-ITI/visil/model/similarity.py official repository unverified Apache-2.0 (permissive) · 1495cfaac81f2e80 · report
preprocess_for_eval MKLab-ITI/visil/model/nets/vgg_preprocessing.py official repository unverified Apache-2.0 (permissive) · b35644780c2d36b7 · report
preprocess_for_train MKLab-ITI/visil/model/nets/vgg_preprocessing.py official repository unverified Apache-2.0 (permissive) · 5348d906683c3ddb · report
preprocess_image MKLab-ITI/visil/model/nets/vgg_preprocessing.py official repository unverified Apache-2.0 (permissive) · f9400a8b074c96ca · report
symmetric_chamfer_similarity MKLab-ITI/visil/model/similarity.py official repository unverified Apache-2.0 (permissive) · 60fc9288d2497144 · report
triplet_loss MKLab-ITI/visil/model/similarity.py official repository unverified Apache-2.0 (permissive) · cb3be0da48af7c2b · report

Tasks

RetrievalVideo RetrievalVideo Similarity

2 archive task tags without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Retrieval FIVR-200K ViSiLv (pt) mAP (CSVR) 0.854 #5 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLv (pt) mAP (DSVR) 0.899 #5 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLv (pt) mAP (ISVR) 0.723 #5 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLv (tf) mAP (CSVR) 0.841 #7 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLv (tf) mAP (DSVR) 0.892 #7 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLv (tf) mAP (ISVR) 0.702 #7 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLf mAP (CSVR) 0.797 #9 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLf mAP (DSVR) 0.843 #9 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLf mAP (ISVR) 0.660 #9 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLsym mAP (CSVR) 0.792 #10 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLsym mAP (DSVR) 0.833 #10 of 17 Archive leaderboard report
Video Retrieval FIVR-200K ViSiLsym mAP (ISVR) 0.654 #10 of 17 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.

Methods

Triplet Loss

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