中文
相关论文

相关论文: Towards Effective Codebookless Model for Image Cla…

200 篇论文

A technique named Feature Learning from Image Markers (FLIM) was recently proposed to estimate convolutional filters, with no backpropagation, from strokes drawn by a user on very few images (e.g., 1-3) per class, and demonstrated for…

计算机视觉与模式识别 · 计算机科学 2020-12-23 Barbara C. Benato , Italos E. de Souza , Felipe L. Galvão , Alexandre X. Falcão

In this paper, an efficient implementation for a recognition system based on the original HMAX model of the visual cortex is proposed. Various optimizations targeted to increase accuracy at the so-called layers S1, C1, and S2 of the HMAX…

计算机视觉与模式识别 · 计算机科学 2017-11-22 Ahmad W. Bitar , Mohammad M. Mansour , Ali Chehab

Image classification is a major application domain for conventional deep learning (DL). Quantum machine learning (QML) has the potential to revolutionize image classification. In any typical DL-based image classification, we use…

计算机视觉与模式识别 · 计算机科学 2021-09-21 Mahabubul Alam , Satwik Kundu , Rasit Onur Topaloglu , Swaroop Ghosh

Training visual embeddings with labeled data supervision has been the de facto setup for representation learning in computer vision. Inspired by recent success of adopting masked image modeling (MIM) in self-supervised representation…

计算机视觉与模式识别 · 计算机科学 2023-12-05 Kaifeng Chen , Daniel Salz , Huiwen Chang , Kihyuk Sohn , Dilip Krishnan , Mojtaba Seyedhosseini

Composed Image Retrieval (CIR) involves retrieving a target image based on a composed query of an image paired with text that specifies modifications or changes to the visual reference. CIR is inherently an instruction-following task, as…

计算机视觉与模式识别 · 计算机科学 2024-12-10 Wenliang Zhong , Weizhi An , Feng Jiang , Hehuan Ma , Yuzhi Guo , Junzhou Huang

Zero-shot learning models achieve remarkable results on image classification for samples from classes that were not seen during training. However, such models must be trained from scratch with specialised methods: therefore, access to a…

计算机视觉与模式识别 · 计算机科学 2023-08-22 Anders Christensen , Massimiliano Mancini , A. Sophia Koepke , Ole Winther , Zeynep Akata

We propose a novel deep learning framework based on Vision Transformers (ViT) for one-class classification. The core idea is to use zero-centered Gaussian noise as a pseudo-negative class for latent space representation and then train the…

计算机视觉与模式识别 · 计算机科学 2022-04-26 Prerana Mukherjee , Chandan Kumar Roy , Swalpa Kumar Roy

Utilizing vision and language models (VLMs) pre-trained on large-scale image-text pairs is becoming a promising paradigm for open-vocabulary visual recognition. In this work, we extend this paradigm by leveraging motion and audio that…

计算机视觉与模式识别 · 计算机科学 2022-07-18 Rui Qian , Yeqing Li , Zheng Xu , Ming-Hsuan Yang , Serge Belongie , Yin Cui

In various verification systems, Restricted Boltzmann Machines (RBMs) have demonstrated their efficacy in both front-end and back-end processes. In this work, we propose the use of RBMs to the image clustering tasks. RBMs are trained to…

计算机视觉与模式识别 · 计算机科学 2024-01-17 Abraham Woubie , Enoch Solomon , Eyael Solomon Emiru

Neural networks used for image classification tasks in critical applications must be tested with sufficient realistic data to assure their correctness. To effectively test an image classification neural network, one must obtain realistic…

机器学习 · 计算机科学 2020-02-18 Taejoon Byun , Abhishek Vijayakumar , Sanjai Rayadurgam , Darren Cofer

Score-based generative models require guidance in order to generate plausible, on-manifold samples. The most popular guidance method, Classifier-Free Guidance (CFG), is only applicable in settings with labeled data and requires training an…

计算机视觉与模式识别 · 计算机科学 2025-12-01 Eric Yeats , Darryl Hannan , Wilson Fearn , Timothy Doster , Henry Kvinge , Scott Mahan

Few-Shot Classification(FSC) aims to generalize from base classes to novel classes given very limited labeled samples, which is an important step on the path toward human-like machine learning. State-of-the-art solutions involve learning to…

计算机视觉与模式识别 · 计算机科学 2024-09-05 Xiongkun Linghu , Yan Bai , Yihang Lou , Shengsen Wu , Jinze Li , Jianzhong He , Tao Bai

Large Language Models (LLMs) have achieved remarkable success in source code understanding, yet as software systems grow in scale, computational efficiency has become a critical bottleneck. Currently, these models rely on a text-based…

计算与语言 · 计算机科学 2026-04-29 Yuling Shi , Chaoxiang Xie , Zhensu Sun , Yeheng Chen , Chenxu Zhang , Longfei Yun , Chengcheng Wan , Hongyu Zhang , David Lo , Xiaodong Gu

Recent document question answering models consist of two key components: the vision encoder, which captures layout and visual elements in images, and a Large Language Model (LLM) that helps contextualize questions to the image and…

计算机视觉与模式识别 · 计算机科学 2023-09-27 Nidhi Hegde , Sujoy Paul , Gagan Madan , Gaurav Aggarwal

Through a simple multiple choice language prompt a VQA model can operate as a zero-shot image classifier, producing a classification label. Compared to typical image encoders, VQA models offer an advantage: VQA-produced image embeddings can…

机器学习 · 计算机科学 2024-07-24 Dipika Khullar , Emmett Goodman , Negin Sokhandan

We present an approach to improve 3D vehicle labeling in self-driving applications through zero-shot inference of vehicle information, leveraging Vehicle Make and Model Recognition (VMMR) methods. The proposed approach utilizes a Vision…

计算机视觉与模式识别 · 计算机科学 2026-05-22 Steven Chen , Shivesh Khaitan , Nemanja Djuric

A novel method, named Curvature-Augmented Manifold Embedding and Learning (CAMEL), is proposed for high dimensional data classification, dimension reduction, and visualization. CAMEL utilizes a topology metric defined on the Riemannian…

机器学习 · 计算机科学 2024-01-17 Nan Xu , Yongming Liu

Whether it is computer vision, natural language processing or speech recognition, the essence of these applications is to obtain powerful feature representations that make downstream applications completion more efficient. Taking image…

计算机视觉与模式识别 · 计算机科学 2019-06-20 Yan Liu , Yun Li , Yunhao Yuan , jipeng qiang

In image set classification, a considerable progress has been made by representing original image sets on Grassmann manifolds. In order to extend the advantages of the Euclidean based dimensionality reduction methods to the Grassmann…

计算机视觉与模式识别 · 计算机科学 2022-01-25 Rui Wang , Xiao-Jun Wu , Kai-Xuan Chen , Josef Kittler

Efficient and accurate joint representation of a collection of images, that belong to the same class, is a major research challenge for practical image set classification. Existing methods either make prior assumptions about the data…

计算机视觉与模式识别 · 计算机科学 2015-04-02 Muhammad Uzair , Faisal Shafait , Bernard Ghanem , Ajmal Mian
‹ 上一页 1 8 9 10 下一页 ›