Abess

Source: Wikipedia, the free encyclopedia.

abess (Adaptive Best Subset Selection, also ABESS) is a

best subset selection. It aims to determine which features or variables are crucial for optimal model performance when provided with a dataset and a prediction task. abess was introduced by Zhu in 2020 [1]
and it dynamically selects the appropriate model size adaptively, eliminating the need for selecting regularization parameters.

abess is applicable in various statistical and machine learning tasks, including linear regression, the Single-index model, and other common predictive models.[1][2] abess can also be applied in biostatistics.[3][4][5][6]

Basic Form

The basic form of abess [1] is employed to address the optimal subset selection problem in general linear regression. abess is an method, it is characterized by its polynomial

unbiased and consistent
estimates.

In the context of linear regression, assuming we have knowledge of independent samples , where and , we define and . The following equation represents the general linear regression model:

To obtain appropriate parameters , one can consider the loss function for linear regression:

In abess, the initial focus is on optimizing the loss function under the constraint. That is, we consider the following problem:

where represents the desired size of the support set, and is the norm of the vector.

To address the optimization problem described above, abess iteratively exchanges an equal number of variables between the active set and the inactive set. In each iteration, the concept of sacrifice is introduced as follows:

  • For j in the active set ():

  • For j in the inactive set ():

Here are the key elements in the above equations:

  • : This represents the estimate of obtained in the previous iteration.
  • : It denotes the estimated active set from the previous iteration.
  • : This is a vector where the j-th element is set to 0, while the other elements are the same as .
  • : Here, represents a vector where all elements are 0 except the j-th element.
  • : This is calculated based on the equation mentioned.

The iterative process involves exchanging variables, with the aim of minimizing the sacrifices in the active set while maximizing the sacrifices in the inactive set during each iteration. This approach allows abess to efficiently search for the optimal feature subset.

In abess, select an appropriate and optimize the above problem for active sets size using the

information criterion
to adaptively choose the appropriate active set size and obtain its corresponding abess estimator.

Generalizations

The splicing algorithm in abess can be employed for subset selection in other models.

Distribution-Free Location-Scale Regression

In 2023, Siegfried extends abess to the case of Distribution-Free and Location-Scale.[7] Specifically, it considers the optimization problem

subject to where is a loss function, is a parameter vector, and are vectors, and is a data vector.

This approach, demonstrated across various applications, enables parsimonious regression modeling for arbitrary outcomes while maintaining interpretability through innovative subset selection procedures.

Groups Selection

In 2023, Zhang applied the splicing algorithm to group selection,[8] optimizing the following model:

Here are the symbols involved:

  • : Total number of feature groups, representing the existence of non-overlapping feature groups in the dataset.
  • : Index set for the -th feature group, where ranges from 1 to , representing the feature grouping structure in the data.
  • : Model size, a positive integer determined from the data, limiting the number of selected feature groups.

Regression with Corrupted Data

Zhang applied the splicing algorithm to handle corrupted data.[9] Corrupted data refers to information that has been disrupted or contains errors during the data collection or recording process. This interference may include sensor inaccuracies, recording errors, communication issues, or other external disturbances, leading to inaccurate or distorted observations within the dataset.

Single Index Models

In 2023, Tang applied the splicing algorithm to optimal subset selection in the Single-index model.[2]

The form of the Single Index Model (SIM) is given by

where is the parameter vector, is the error term.

The corresponding loss function is defined as

where is the rank vector, is the rank of in .

The Estimation Problem addressed by this algorithm is

Eographically Weighted Regression Model

In 2023, Wu

geographically weighted regression
(GWR). GWR is a spatial analysis method, and Wu's research focuses on improving GWR performance in handling geographical data regression modeling. This is achieved through the application of an l0-norm variable adaptive selection method, which simultaneously performs model selection and coefficient optimization, enhancing the accuracy of regression modeling for geographic spatial data.

Distributed Systems

In 2023, Chen

distributed systems
, proposing an efficient algorithm for abess.

A distributed system is a computational model that distributes computing tasks across multiple independent nodes to achieve more efficient, reliable, and scalable data processing. In a distributed system, individual computing nodes can work simultaneously, collaboratively completing the overall tasks, thereby enhancing system performance and processing capabilities.

However, within distributed systems, there is a lack of efficient algorithms for optimal subset selection. To address this gap, Chen introduces a novel communication-efficient approach for handling optimal subset selection in distributed systems.

Software Package

The abess library.[12] (version 0.4.5) is an R package and python package based on C++ algorithms. It is open-source on GitHub. The library can be used for optimal subset selection in linear regression, (multi-)classification, and censored-response modeling models. The abess package allows for parameters to be chosen in a grouped format. Information and tutorials are available on the abess homepage.[13]

Application

abess can be applied in biostatistics, such as assessing the robust severity of

antibiotic resistance in Mycobacterium tuberculosis,[4] exploring prognostic factors in neck pain,[5] and developing prediction models for severe pain in patients after percutaneous nephrolithotomy.[6] abess can also be applied to gene selection.[14] In the field of data-driven partial differential equation (PDE) discovery, Thanasutives [15]
applied abess to automatically identify parsimonious governing PDEs.

References

  1. ^ .
  2. ^ ].
  3. ^
    doi:10.1002/imt2.126.{{cite journal}}: CS1 maint: multiple names: authors list (link
    )
  4. ^ a b Reshetnikov, KO and Bykova, DI and Kuleshov, KV and Chukreev, K and Guguchkin, EP and Akimkin, VG and Neverov, AD and Fedonin, GG (2022). "Feature selection and aggregation for antibiotic resistance GWAS in Mycobacterium tuberculosis: a comparative study". bioRxiv. Cold Spring Harbor Laboratory: 2022–03.{{cite journal}}: CS1 maint: multiple names: authors list (link)
  5. ^
    PMID 37834877.{{cite journal}}: CS1 maint: multiple names: authors list (link
    )
  6. ^
    doi:10.21203/rs.3.rs-2388045/v1.{{cite journal}}: CS1 maint: multiple names: authors list (link
    )
  7. .
  8. .
  9. .
  10. .
  11. .
  12. ^ Zhu, Jin; Wang, Xueqin; Hu, Liyuan; Huang, Junhao; Jiang, Kangkang; Zhang, Yanhang; Lin, Shiyun; Zhu, Junxian (2022). "abess: a fast best-subset selection library in python and R" (PDF). The Journal of Machine Learning Research. 23 (1). JMLRORG: 9206–9212.
  13. ^ "ABESS 0.4.5 documentation".
  14. PMID 35049823
    .
  15. .
This page is based on the copyrighted Wikipedia article: Abess. Articles is available under the CC BY-SA 3.0 license; additional terms may apply.Privacy Policy