Several seminal papers have significantly shaped the field of computer vision. One of the most influential is "A Computational Approach to Edge Detection" by John Canny (1986), which introduced the Canny edge detector, a crucial method for detecting edges in images. This paper laid the groundwork for many subsequent edge-detection algorithms. Another important paper is "Object Recognition from Local Scale-Invariant Features" by David Lowe (1999), which introduced the SIFT (Scale-Invariant Feature Transform) algorithm. SIFT is widely used for feature extraction in object recognition, particularly in tasks where scale and rotation variance are significant. A foundational paper in the deep learning era is "ImageNet Large-Scale Visual Recognition Challenge" by Olga Russakovsky et al. (2015), which detailed the ImageNet dataset and the deep learning methods used for image classification. This paper is credited with demonstrating the effectiveness of Convolutional Neural Networks (CNNs) in large-scale image classification tasks. Another key paper is "Fast R-CNN" by Ross B. Girshick (2015), which improved object detection by integrating region proposal networks with CNNs. These works, among others, continue to influence modern computer vision techniques.
What are the seminal papers on computer vision?
Keep Reading
Why might I get an out-of-memory error when fine-tuning a Sentence Transformer on my GPU, and how can I address it?
When fine-tuning a Sentence Transformer on a GPU, an out-of-memory (OOM) error typically occurs because the model, data,
What is matrix factorization in recommender systems?
Matrix factorization is a technique commonly used in recommender systems to predict users' preferences for items by unco
How does benchmarking evaluate database fault tolerance?
Benchmarking is a method used to assess the performance and reliability of databases, including their fault tolerance. F


