paper-with-me

Papers

PDM-ENLOR: Learning Ensemble of Local PDM-Based Regressions

2013-06-01 · CVPR 2013 6 · Yen H. Le, Uday Kurkure, Ioannis A. Kakadiaris

Statistical shape models, such as Active Shape Models (ASMs), suffer from their inability to represent a large range of variations of a complex shape and to account for the large errors in detection of model points. We propose a novel method (dubbed PDM-ENLOR) that overcomes these limitations by locating each shape model point individually using an ensemble of local regression models and appearance cues from selected model points. Our method first detects a set of reference points which were selected based on their saliency during training. For each model point, an ensemble of regressors is built. From the locations of the detected reference points, each regressor infers a candidate location for that model point using local geometric constraints, encoded by a point distribution model (PDM). The final location of that point is determined as a weighted linear combination, whose coefficients are learnt from the training data, of candidates proposed from its ensemble's component regressors. We use different subsets of reference points as explanatory variables for the component regressors to provide varying degrees of locality for the models in each ensemble. This helps our ensemble model to capture a larger range of shape variations as compared to a single PDM. We demonstrate the advantages of our method on the challenging problem of segmenting gene expression images of mouse brain.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RaP-Net: A Region-wise and Point-wise Weighting Network to Extract Robust Features for Indoor Localization

2020-12-01 · Dongjiang Li, Jinyu Miao, Xuesong Shi, Yuxin Tian 외

Feature extraction plays an important role in visual localization. Unreliable features on dynamic objects or repetitive regions will interfere with feature matching and challenge indoor localization greatly. To address t…

Indoor LocalizationVisual Localization

Nonlinearity as Rank: Generative Low-Rank Adapter with Radial Basis Functions

2026-02-05 · Yihao Ouyang, Shiwei Li, Haozhao Wang, Xiandi Luo 외 arxiv

Low-rank adaptation (LoRA) approximates the update of a pretrained weight matrix using the product of two low-rank matrices. However, standard LoRA follows an explicit-rank paradigm, where increasing model capacity requi…

StolenLoRA: Exploring LoRA Extraction Attacks via Synthetic Data

2025-09-28 · Yixu Wang, Yan Teng, Yingchun Wang, Xingjun Ma arxiv

Parameter-Efficient Fine-Tuning (PEFT) methods like LoRA have transformed vision model adaptation, enabling the rapid deployment of customized models. However, the compactness of LoRA adaptations introduces new safety co…

parameter-efficient fine-tuningModel extraction

Regression Bugs Are In Your Model! Measuring, Reducing and Analyzing Regressions In NLP Model Updates

2021-05-07 · ACL 2021 5 · Yuqing Xie, Yi-An Lai, Yuanjun Xiong, Yi Zhang 외

Behavior of deep neural networks can be inconsistent between different versions. Regressions during model update are a common cause of concern that often over-weigh the benefits in accuracy or efficiency gain. This work …

Knowledge Distillationmodelnegative flip rateregression

EigenLoRAx: Recycling Adapters to Find Principal Subspaces for Resource-Efficient Adaptation and Inference

2025-02-07 · Prakhar Kaushik, Ankit Vaidya, Shravan Chaudhari, Alan Yuille

The rapid growth of large models has raised concerns about their environmental impact and equity in accessibility due to significant computational costs. Low-Rank Adapters (LoRA) offer a lightweight solution for finetuni…