Command Palette
Search for a command to run...
Moving Window Regression: A Novel Approach to Ordinal Regression
Moving Window Regression: A Novel Approach to Ordinal Regression
Nyeong-Ho Shin Seon-Ho Lee Chang-Su Kim
Abstract
A novel ordinal regression algorithm, called moving window regression (MWR),is proposed in this paper. First, we propose the notion of relative rank(ρ-rank), which is a new order representation scheme for input andreference instances. Second, we develop global and local relative regressors(ρ-regressors) to predict ρ-ranks within entire and specific rankranges, respectively. Third, we refine an initial rank estimate iteratively byselecting two reference instances to form a search window and then estimatingthe ρ-rank within the window. Extensive experiments results show that theproposed algorithm achieves the state-of-the-art performances on variousbenchmark datasets for facial age estimation and historical color imageclassification. The codes are available at https://github.com/nhshin-mcl/MWR.