Papers › Kornia: an Open Source Differentiable Computer Vision Library for PyTorch

Kornia: an Open Source Differentiable Computer Vision Library for PyTorch

5 Oct 2019arXiv:1910.02190archive 2025-07-28

Edgar Riba, Dmytro Mishkin, Daniel Ponsa, Ethan Rublee, Gary Bradski

This work presents Kornia -- an open source computer vision library which consists of a set of differentiable routines and modules to solve generic computer vision problems. The package uses PyTorch as its main backend both for efficiency and to take advantage of the reverse-mode auto-differentiation to define and compute the gradient of complex functions. Inspired by OpenCV, Kornia is composed of a set of modules containing operators that can be inserted inside neural networks to train models to perform image transformations, camera calibration, epipolar geometry, and low level image processing techniques, such as filtering and edge detection that operate directly on high dimensional tensor representations. Examples of classical vision problems implemented using our framework are provided including a benchmark comparing to existing vision libraries.

PaperPDFCodeCode 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="1910.02190")

Code

Syntology Ran 0 of 20 code samples harvested from 2 repositories linked to this paper; 20 have no recorded run.

By repository: community (archive-listed): 20 samples from 2 repositories, 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.

kornia/kornia officialmentioned on GitHubpytorch report
adam-mehdi/MuarAugment mentioned on GitHubpytorch report
arraiyopensource/torchgeometry mentioned on GitHubpytorchApache-2.0 report
manyids2/kornia mentioned on GitHubpytorchApache-2.0 report
pksvision/Deep-WaveNet-Underwater-Image-Restoration mentioned on GitHubpytorchNOASSERTION 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

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

20unverified

Licence: 0 of the 20 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

KORNIA_CHECK arraiyopensource/torchgeometry/kornia/core/check.py community (archive-listed) unverified Apache-2.0 (permissive) · e8f7a3ea874a438a · report
KORNIA_CHECK_SHAPE arraiyopensource/torchgeometry/kornia/core/check.py community (archive-listed) unverified Apache-2.0 (permissive) · bbf98733bfa5c36e · report
KORNIA_UNWRAP arraiyopensource/torchgeometry/kornia/core/check.py community (archive-listed) unverified Apache-2.0 (permissive) · 599c18b8f8db01de · report
add_weighted manyids2/kornia/kornia/enhance/core.py community (archive-listed) unverified Apache-2.0 (permissive) · 98daa2eaacc24301 · report
download_file_from_url arraiyopensource/torchgeometry/kornia/core/download.py community (archive-listed) unverified Apache-2.0 (permissive) · 62980aa194af6a33 · report
hf_url arraiyopensource/torchgeometry/kornia/core/download.py community (archive-listed) unverified Apache-2.0 (permissive) · eee8227d7d06c693 · report
inverse_depth_smoothness_loss manyids2/kornia/kornia/losses/depth_smooth.py community (archive-listed) unverified Apache-2.0 (permissive) · 451611489a552dad · report
js_div_loss_2d manyids2/kornia/kornia/losses/divergence.py community (archive-listed) unverified Apache-2.0 (permissive) · 9f91916eaedf7642 · report
kl_div_loss_2d manyids2/kornia/kornia/losses/divergence.py community (archive-listed) unverified Apache-2.0 (permissive) · 53589e722f69b7dd · report
load_state_dict_from_url arraiyopensource/torchgeometry/kornia/core/download.py community (archive-listed) unverified Apache-2.0 (permissive) · 0dfafa22115f9ffe · report
psnr_loss manyids2/kornia/kornia/losses/psnr.py community (archive-listed) unverified Apache-2.0 (permissive) · 5770f772f4f42d7f · report
run_metadata arraiyopensource/torchgeometry/benchmarks/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 3d19faa7fd35b5b9 · report
time_us arraiyopensource/torchgeometry/benchmarks/common.py community (archive-listed) unverified Apache-2.0 (permissive) · 28254b28b6b25aa8 · report
time_us_or_error arraiyopensource/torchgeometry/benchmarks/common.py community (archive-listed) unverified Apache-2.0 (permissive) · ffad1746a07855b2 · report
torch_version_ge arraiyopensource/torchgeometry/kornia/core/_compat.py community (archive-listed) unverified Apache-2.0 (permissive) · c962bead721155d5 · report
torch_version_le arraiyopensource/torchgeometry/kornia/core/_compat.py community (archive-listed) unverified Apache-2.0 (permissive) · d55371b833e21170 · report
torch_version_lt arraiyopensource/torchgeometry/kornia/core/_compat.py community (archive-listed) unverified Apache-2.0 (permissive) · 44c8e0b0e11a0d7e · report
total_variation manyids2/kornia/kornia/losses/total_variation.py community (archive-listed) unverified Apache-2.0 (permissive) · ace65b30a9175199 · report
validate_artefact arraiyopensource/torchgeometry/benchmarks/results_schema.py community (archive-listed) unverified Apache-2.0 (permissive) · 3286740a3fa2ea7e · report
validate_result arraiyopensource/torchgeometry/benchmarks/results_schema.py community (archive-listed) unverified Apache-2.0 (permissive) · 2beca07bad1498c3 · report

Tasks

Camera CalibrationData AugmentationEdge DetectionImage AugmentationImage CroppingImage DenoisingImage ManipulationImage MatchingImage MorphingImage RegistrationImage RetrievalImage Stitchingimage smoothing

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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