paper-with-me

Papers

Safe Screening for Sparse Conditional Random Fields

2021-11-27 · Weizhong Zhang, Shuang Qiu

Sparse Conditional Random Field (CRF) is a powerful technique in computer vision and natural language processing for structured prediction. However, solving sparse CRFs in large-scale applications remains challenging. In this paper, we propose a novel safe dynamic screening method that exploits an accurate dual optimum estimation to identify and remove the irrelevant features during the training process. Thus, the problem size can be reduced continuously, leading to great savings in the computational cost without sacrificing any accuracy on the finally learned model. To the best of our knowledge, this is the first screening method which introduces the dual optimum estimation technique -- by carefully exploring and exploiting the strong convexity and the complex structure of the dual problem -- in static screening methods to dynamic screening. In this way, we can absorb the advantages of both the static and dynamic screening methods and avoid their drawbacks. Our estimation would be much more accurate than those developed based on the duality gap, which contributes to a much stronger screening rule. Moreover, our method is also the first screening method in sparse CRFs and even structure prediction models. Experimental results on both synthetic and real-world datasets demonstrate that the speedup gained by our method is significant.

📄 PDF Abstract BibTeX arXiv:2111.13958

Code (0)

등록된 구현이 없습니다.

Tasks

Structured Prediction

Similar Papers 제목 키워드 기반

Screening for a Reweighted Penalized Conditional Gradient Method

2021-07-02 · Yifan Sun, Francis Bach

The conditional gradient method (CGM) is widely used in large-scale sparse convex optimization, having a low per iteration computational cost for structured sparse regularizers and a greedy approach to collecting nonzero…

Sparse Reconstruction of Compressive Sensing MRI using Cross-Domain Stochastically Fully Connected Conditional Random Fields

2015-12-25 · Edward Li, Farzad Khalvati, Mohammad Javad Shafiee, Masoom A. Haider 외

Magnetic Resonance Imaging (MRI) is a crucial medical imaging technology for the screening and diagnosis of frequently occurring cancers. However image quality may suffer by long acquisition times for MRIs due to patient…

Compressive SensingMRI Reconstruction

Safe Screening for the Generalized Conditional Gradient Method

2020-02-22 · Yifan Sun, Francis Bach

The conditional gradient method (CGM) has been widely used for fast sparse approximation, having a low per iteration computational cost for structured sparse regularizers. We explore the sparsity acquiring properties of …

feature selection

Expanding boundaries of Gap Safe screening

2021-02-22 · Cassio F. Dantas, Emmanuel Soubies, Cédric Févotte

Sparse optimization problems are ubiquitous in many fields such as statistics, signal/image processing and machine learning. This has led to the birth of many iterative algorithms to solve them. A powerful strategy to bo…

Binary Classification

Safe RuleFit: Learning Optimal Sparse Rule Model by Meta Safe Screening

2018-10-03 · Hiroki Kato, Hiroyuki Hanada, Ichiro Takeuchi

We consider the problem of learning a sparse rule model, a prediction model in the form of a sparse linear combination of rules, where a rule is an indicator function defined over a hyper-rectangle in the input space. Si…

AllPrediction