paper-with-me

Papers

DeepCalib: a deep learning approach for automatic intrinsic calibration of wide field-of-view cameras

2018-12-15 · CVMP 2018: Proceedings of the 15th ACM SIGGRAPH European Conference on Visual Media Production 2018 12 · Oleksandr Bogdan, Viktor Eckstein, Francois Rameau, Jean-Charles Bazin

Calibration of wide field-of-view cameras is a fundamental step for numerous visual media production applications, such as 3D reconstruction, image undistortion, augmented reality and camera motion estimation. However, existing calibration methods require multiple images of a calibration pattern (typically a checkerboard), assume the presence of lines, require manual interaction and/or need an image sequence. In contrast, we present a novel fully automatic deep learning-based approach that overcomes all these limitations and works with a single image of general scenes. Our approach builds upon the recent developments in deep Convolutional Neural Networks (CNN): our network automatically estimates the intrinsic parameters of the camera (focal length and distortion parameter) from a single input image. In order to train the CNN, we leverage the great amount of omnidirectional images available on the Internet to automatically generate a large-scale dataset composed of millions of wide field-of-view images with ground truth intrinsic parameters. Experiments successfully demonstrated the quality of our results, both quantitatively and qualitatively.

📄 PDF Abstract BibTeX

Code (1)

alexvbogdan/DeepCalib tf

Tasks

3D ReconstructionMotion Estimation

Methods 이 논문이 사용한 방법론

1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
Early Stopping Early Stopping is a regularization technique for deep neural networks that stops training when parameter updates no longer begin to yield improves on a validation set. In…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

A Deep Perceptual Measure for Lens and Camera Calibration

2022-08-25 · Yannick Hold-Geoffroy, Dominique Piché-Meunier, Kalyan Sunkavalli, Jean-Charles Bazin 외

Image editing and compositing have become ubiquitous in entertainment, from digital art to AR and VR experiences. To produce beautiful composites, the camera needs to be geometrically calibrated, which can be tedious and…

Camera CalibrationImage RetrievalRetrieval

Autocamera Calibration for traffic surveillance cameras with wide angle lenses

2020-01-20 · Aman Gajendra Jain, Nicolas Saunier

We propose a method for automatic calibration of a traffic surveillance camera with wide-angle lenses. Video footage of a few minutes is sufficient for the entire calibration process to take place. This method takes in t…

valid

Unified Data Collection for Visual-Inertial Calibration via Deep Reinforcement Learning

2021-09-30 · Yunke Ao, Le Chen, Florian Tschopp, Michel Breyer 외

Visual-inertial sensors have a wide range of applications in robotics. However, good performance often requires different sophisticated motion routines to accurately calibrate camera intrinsics and inter-sensor extrinsic…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

InFlux: A Benchmark for Self-Calibration of Dynamic Intrinsics of Video Cameras

2025-10-27 · Erich Liang, Roma Bhattacharjee, Sreemanti Dey, Rafael Moschopoulos 외 arxiv

Accurately tracking camera intrinsics is crucial for achieving 3D understanding from 2D video. However, most 3D algorithms assume that camera intrinsics stay constant throughout a video, which is often not true for many …

Joint Target-Less Intrinsic and Extrinsic Camera-LiDAR Calibration using Deep Point Correspondences

2026-05-22 · Simon Bultmann, Daniele Cattaneo, Abhinav Valada arxiv

Accurate camera-LiDAR calibration is a prerequisite for robust multi-modal perception in robotics. Recent target-less approaches based on deep point correspondences achieve remarkable performance for extrinsic calibratio…