paper-with-me

홈 › Papers

Kornia-rs: A Low-Level 3D Computer Vision Library In Rust

2025-05-18 · Edgar Riba, Jian Shi, Aditya Kumar, Andrew Shen, Gary Bradski

We present \textit{kornia-rs}, a high-performance 3D computer vision library written entirely in native Rust, designed for safety-critical and real-time applications. Unlike C++-based libraries like OpenCV or wrapper-based solutions like OpenCV-Rust, \textit{kornia-rs} is built from the ground up to leverage Rust's ownership model and type system for memory and thread safety. \textit{kornia-rs} adopts a statically-typed tensor system and a modular set of crates, providing efficient image I/O, image processing and 3D operations. To aid cross-platform compatibility, \textit{kornia-rs} offers Python bindings, enabling seamless and efficient integration with Rust code. Empirical results show that \textit{kornia-rs} achieves a 3~ 5 times speedup in image transformation tasks over native Rust alternatives, while offering comparable performance to C++ wrapper-based libraries. In addition to 2D vision capabilities, \textit{kornia-rs} addresses a significant gap in the Rust ecosystem by providing a set of 3D computer vision operators. This paper presents the architecture and performance characteristics of \textit{kornia-rs}, demonstrating its effectiveness in real-world computer vision applications.

📄 PDF Abstract BibTeX arXiv:2505.12425

Code (1)

kornia/kornia-rs 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Library 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Kornia: an Open Source Differentiable Computer Vision Library for PyTorch

2019-10-05 · Edgar Riba, Dmytro Mishkin, Daniel Ponsa, Ethan Rublee 외

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 b…

Camera CalibrationData AugmentationEdge DetectionImage Augmentation+9

A survey on Kornia: an Open Source Differentiable Computer Vision Library for PyTorch

2020-09-21 · E. Riba, D. Mishkin, J. Shi, D. Ponsa 외

This work presents Kornia, an open source computer vision library built upon a set of differentiable routines and modules that aims to solve generic computer vision problems. The package uses PyTorch as its main backend,…

Camera CalibrationData AugmentationEdge DetectionImage Augmentation+1

Differentiable Data Augmentation with Kornia

2020-11-19 · Jian Shi, Edgar Riba, Dmytro Mishkin, Francesc Moreno 외

In this paper we present a review of the Kornia differentiable data augmentation (DDA) module for both for spatial (2D) and volumetric (3D) tensors. This module leverages differentiable computer vision solutions from Kor…

Image AugmentationImage Manipulationimage smoothing

ChainerCV: a Library for Deep Learning in Computer Vision

2017-08-28 · Yusuke Niitani, Toru Ogawa, Shunta Saito, Masaki Saito

Despite significant progress of deep learning in the field of computer vision, there has not been a software library that covers these methods in a unifying manner. We introduce ChainerCV, a software library that is inte…

Deep Learningobject-detectionObject DetectionSemantic Segmentation

Need for Speed: A Comprehensive Benchmark of JPEG Decoders in Python

2025-01-22 · Vladimir Iglovikov

Image loading represents a critical bottleneck in modern machine learning pipelines, particularly in computer vision tasks where JPEG remains the dominant format. This study presents a systematic performance analysis of …