中文
相关论文

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

200 篇论文

The constrained local model (CLM) proposes a paradigm that the locations of a set of local landmark detectors are constrained to lie in a subspace, spanned by a shape point distribution model (PDM). Fitting the model to an object involves…

计算机视觉与模式识别 · 计算机科学 2016-12-01 Hailiang Li , Kin-Man Lam , Man-Yau Chiu , Kangheng Wu , Zhibin Lei

Image Coding for Machines (ICM) is an image compression technique for image recognition. This technique is essential due to the growing demand for image recognition AI. In this paper, we propose a method for ICM that focuses on encoding and…

计算机视觉与模式识别 · 计算机科学 2024-06-10 Takahiro Shindo , Kein Yamada , Taiju Watanabe , Hiroshi Watanabe

Atomic force microscopy (AFM or SPM) imaging is one of the best matches with machine learning (ML) analysis among microscopy techniques. The digital format of AFM images allows for direct utilization in ML algorithms without the need for…

生物物理 · 物理学 2025-01-07 Igor Sokolov

In this study, we propose a novel scheme for systematic improvement of lossless image compression coders from the point of view of the universal codes in information theory. In the proposed scheme, we describe a generative model class of…

信息论 · 计算机科学 2019-04-17 Yuta Nakahara , Toshiyasu Matsushima

Few-shot image classification aims to accurately classify unlabeled images using only a few labeled samples. The state-of-the-art solutions are built by deep learning, which focuses on designing increasingly complex deep backbones.…

计算机视觉与模式识别 · 计算机科学 2023-07-31 Na Chen , Xianming Kuang , Feiyu Liu , Kehao Wang , Qun Chen

Vision-language models (VLMs) such as CLIP have shown promising performance on a variety of recognition tasks using the standard zero-shot classification procedure -- computing similarity between the query image and the embedded words for…

计算机视觉与模式识别 · 计算机科学 2022-12-02 Sachit Menon , Carl Vondrick

Vision-Language Models (VLMs) have shown strong performance in zero-shot image classification tasks. However, existing methods, including Contrastive Language-Image Pre-training (CLIP), all rely on annotated text-to-image pairs for aligning…

计算机视觉与模式识别 · 计算机科学 2026-01-22 Dianxing Shi , Dingjie Fu , Yuqiao Liu , Jun Wang

This paper proposes LLaFS, the first attempt to leverage large language models (LLMs) in few-shot segmentation. In contrast to the conventional few-shot segmentation methods that only rely on the limited and biased information from the…

计算机视觉与模式识别 · 计算机科学 2024-04-04 Lanyun Zhu , Tianrun Chen , Deyi Ji , Jieping Ye , Jun Liu

Label-free single-cell imaging offers a scalable, non-invasive alternative to fluorescence-based cytometry, yet inferring molecular phenotypes directly from bright-field morphology remains challenging. We present a unified Deep Learning…

计算机视觉与模式识别 · 计算机科学 2026-05-15 Saqib Nazir , Ardhendu Behera

Vision-Language Models (VLMs) have demonstrated their broad effectiveness thanks to extensive training in aligning visual instructions to responses. However, such training of conclusive alignment leads models to ignore essential visual…

计算机视觉与模式识别 · 计算机科学 2025-03-04 Ji Qi , Ming Ding , Weihan Wang , Yushi Bai , Qingsong Lv , Wenyi Hong , Bin Xu , Lei Hou , Juanzi Li , Yuxiao Dong , Jie Tang

Label-free cell classification is advantageous for supplying pristine cells for further use or examination, yet existing techniques frequently fall short in terms of specificity and speed. In this study, we address these limitations through…

图像与视频处理 · 电气工程与系统科学 2025-02-25 Khayrul Islam , Ratul Paul , Shen Wang , Yuwen Zhao , Partho Adhikary , Qiying Li , Xiaochen Qin , Yaling Liu

Classification of sets of inputs (e.g., images and texts) is an active area of research within both computer vision (CV) and natural language processing (NLP). A common way to represent a set of vectors is to model them as linear subspaces.…

机器学习 · 计算机科学 2025-04-29 Mohammad Mohammadi , Sreejita Ghosh

Bag-of-Visual-Words (BoVW) approach has been widely used in the recent years for image classification purposes. However, the limitations regarding optimal feature selection, clustering technique, the lack of spatial organization of the data…

计算机视觉与模式识别 · 计算机科学 2018-10-02 Dawood Al Chanti , Alice Caplier

Multi-label classification (MLC) studies the problem where each instance is associated with multiple relevant labels, which leads to the exponential growth of output space. MLC encourages a popular framework named label compression (LC) for…

机器学习 · 计算机科学 2020-09-21 Jiaqi Lv , Tianran Wu , Chenglun Peng , Yunpeng Liu , Ning Xu , Xin Geng

Image classification is a primary task in data analysis where explainable models are crucially demanded in various applications. Although amounts of methods have been proposed to obtain explainable knowledge from the black-box classifiers,…

计算机视觉与模式识别 · 计算机科学 2024-12-31 Ruitao Xie , Jingbang Chen , Limai Jiang , Rui Xiao , Yi Pan , Yunpeng Cai

Vision-language models (VLMs) offer a promising paradigm for image classification by comparing the similarity between images and class embeddings. A critical challenge lies in crafting precise textual representations for class names. While…

计算机视觉与模式识别 · 计算机科学 2024-02-20 Songhao Han , Le Zhuo , Yue Liao , Si Liu

Classifier-free guidance (CFG) is a fundamental tool in modern diffusion models for text-guided generation. Although effective, CFG has notable drawbacks. For instance, DDIM with CFG lacks invertibility, complicating image editing;…

计算机视觉与模式识别 · 计算机科学 2024-09-13 Hyungjin Chung , Jeongsol Kim , Geon Yeong Park , Hyelin Nam , Jong Chul Ye

In this study, we define and tackle zero shot "real" classification by description, a novel task that evaluates the ability of Vision-Language Models (VLMs) like CLIP to classify objects based solely on descriptive attributes, excluding…

计算机视觉与模式识别 · 计算机科学 2024-12-19 Ethan Baron , Idan Tankel , Peter Tu , Guy Ben-Yosef

Semi-supervised learning is being extensively applied to estimate classifiers from training data in which not all the labels of the feature vectors are available. We present gmmsslm, an R package for estimating the Bayes' classifier from…

统计计算 · 统计学 2024-04-18 Ziyang Lyu , Daniel Ahfock , Ryan Thompson , Geoffrey J. McLachlan

Vision-Language Models (VLMs) often struggle with tasks that require fine-grained image understanding, such as scene-text recognition or document analysis, due to perception limitations and visual fragmentation. To address these challenges,…

计算机视觉与模式识别 · 计算机科学 2026-04-15 Miguel Carvalho , Helder Dias , Bruno Martins