REVIEW 4 major objections 6 minor 58 references
Category-wise influence vectors reveal a classifier's Pareto ceiling and how to push past it.
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · deepseek-v4-flash
2026-08-04 11:32 UTC pith:XLG4XYSK
load-bearing objection A straightforward category-wise extension of influence functions wrapped around an under-supported Pareto-ceiling criterion; the reweighting machinery is new but the load-bearing geometry is asserted, not proven. the 4 major comments →
What Is The Performance Ceiling of My Classifier? Utilizing Category-Wise Influence Functions for Pareto Frontier Analysis
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central claim is that the per-class influence vector of every training sample carries enough information to characterize the classifier's Pareto frontier over categories. In particular, a classifier has not reached its performance ceiling if any sample is jointly beneficial or jointly detrimental to all classes, or if samples lying in tradeoff regions can be combined into a jointly beneficial direction; the frontier is reached exactly when all influence vectors collapse to the line y = -x in the two-class case, meaning any improvement to one class necessarily hurts another. The paper proposes PARETO-LP-GA, which solves a linear program over sample weights to maximize influence on target
What carries the argument
The influence vector P(z) ∈ R^K, whose k-th coordinate is the influence of sample z on the validation loss of class k, computed via the standard influence-function formula I(z, S_k) = Σ_{v∈S_k} ∇ℓ(v)^T H^{-1} ∇ℓ(z). This vector converts the question of performance ceiling into a geometric question about the distribution of influence vectors, and provides the objective and constraints for the LP reweighting.
Load-bearing premise
The influence scores computed at the current epoch correctly predict how per-class accuracies will actually change when the training weights are changed and the model is trained for one more epoch.
What would settle it
On a deep network, compute influence vectors at an epoch, solve the LP, train the weighted next epoch, and compare predicted per-class accuracy changes to actual ones; if the Spearman correlation between predicted and actual changes is near zero or negative on a dataset like CIFAR-10, the proposed ceiling criterion and reweighting collapse.
If this is right
- If the criterion holds, a user can check the influence vectors at any epoch and know whether reweighting can still produce a Pareto gain.
- PARETO-LP-GA gives a concrete recipe to improve specified classes: solve the LP, train one epoch with the weights, and the target classes should improve while others degrade only slightly.
- The course-correction setting means a practitioner can detect a 'bad epoch' where some classes dropped and reweight the next epoch to reverse that drop.
- The same machinery provides a data-centric explanation of class tradeoffs during training, connecting sample selection to fairness and domain adaptation objectives.
- The appendix shows iterative noise removal guided by category-wise influence pushes a linear model to its ceiling, suggesting a data-cleaning schedule.
Where Pith is reading between the lines
- A practical convergence check for many classes would be to test whether the first principal component of the influence vectors explains nearly all variance; if so, the influence vectors lie on a one-dimensional tradeoff line, analogous to y = -x in two classes.
- One can use the influence vectors to compute, at each epoch, an upper bound on achievable per-class accuracy improvement, effectively giving a speed limit for training a fair or balanced classifier.
- If the influence estimates are stable across epochs, the LP weights might be reusable or transferable to a similar model trained on the same data, reducing the cost of repeated reweighting.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes category-wise influence functions that assign each training sample an influence vector in R^K by evaluating the classical influence function on each class-specific validation subset. It argues that these vectors reveal whether a multi-class classifier has reached a Pareto frontier across class accuracies, and introduces PARETO-LP-GA, a linear-programming plus genetic-algorithm reweighting method that claims to improve target classes while limiting degradation of others. The experimental sections validate category-wise influence on synthetic binary problems and on CIFAR-10, STL-10, Emotion, and AG_News, and report Pareto-style improvements for a ResNet-9 model on CIFAR-10 in two settings, Direct Improvement and Course Correction. The central conceptual claim is that the performance ceiling is characterized geometrically: for two classes, the frontier is reached when all influence vectors are 'close to the line y=-x'; for more classes the paper applies a first-PC explained-variance heuristic in Section 5.2.
Significance. If the proposed ceiling criterion were rigorously established, the paper would offer a practically relevant data-centric diagnostic: practitioners could tell whether reweighting training data can still improve all classes simultaneously, and then use the LP to obtain such a reweighting. The category-wise influence formulation itself is a natural and potentially useful extension of influence functions, and the empirical evidence in Section 5.1 that influence vectors correlate with class-wise performance changes (Spearman correlation > 0.8) is a real strength. The PARETO-LP-GA framework is concrete and the reported CIFAR-10 results show meaningful target-class gains with small non-target degradation. However, the paper's main theoretical contribution, the geometric ceiling criterion, is asserted rather than derived, and the PCA-based validation in Section 5.2 does not test the criterion. The paper also does not provide code or proofs, and it relies on influence-function estimates in deep non-convex models whose fragility is acknowledged in the related work but not mitigated in the reweighting algorithm.
major comments (4)
- [Sec. 3.3, Fig. 1] The central criterion 'all samples are close to the line y=-x' is asserted, not proven. The two-arrow example only shows that absence of joint-positive/joint-negative samples is not sufficient for the frontier, because a pair of tradeoff samples can be combined into a joint-positive one. It does not establish necessity or sufficiency of the line condition, nor does it characterize the frontier in terms of influence vectors. For K>2, the 'line y=-x' is undefined, so the criterion cannot be applied as stated to CIFAR-10, STL-10, AG_News, or Emotion. This is the load-bearing claim of the paper and needs a formal derivation or a precise high-dimensional definition with conditions.
- [Sec. 5.2, PCA check] The PCA argument is logically inverted. The paper states that a first-PC explained-variance ratio exceeding 0.2 shows that influence vectors 'do not fit a hyperplane and suggest room for Pareto improvement.' But a set of points lying on a (K-1)-dimensional affine hyperplane can have a very large first-PC ratio depending on the distribution along that hyperplane, and a one-dimensional line—which is the paper's own ceiling criterion for K=2—would give a ratio near 1. Thus the reported first-PC values do not provide evidence against the ceiling hypothesis. The real-data ceiling check in Section 5.2 is therefore not a valid test of the paper's own criterion.
- [Algorithm 1, Lines 4-7] The LP solves for weights using influence vectors as predictions of class-wise accuracy changes, yet the only validation of this premise is removal of the top 10% beneficial/detrimental samples in Section 5.1. Reweighting all samples by an optimized vector is a different operation, and the paper cites work (Bae et al. 2022, Basu et al. 2020, Epifano et al. 2023) that influence functions are fragile in deep non-convex models, but no mitigation is provided. The GA fitness uses the one-epoch measured deltas Δ_k to select α and w, so the reported improvements are selected on the same metric used to evaluate them; this circularity should be addressed, for example by reporting held-out validation performance or repeated runs with different random seeds.
- [Sec. 4, Fig. 2] The synthetic 'verification' is a sanity check of influence functions, not of the ceiling criterion. In the noisy dataset, mislabeled points are expected to have negative influence on both classes, and the paper shows that they do. In the non-linearly separable dataset, the paper observes that influence vectors lie 'roughly on a straight line' and treats this as confirming the Pareto frontier, but there is no independent ground-truth frontier against which the criterion is tested. To validate the ceiling criterion, the authors should construct a setting with a provably known Pareto frontier and check whether the line/PCA condition is both necessary and sufficient.
minor comments (6)
- [Eq. (1)] The notation H^{-1}_{hatθ} is used without defining the Hessian inverse as a matrix square or discussing regularization; for deep models, Hessian inversion is typically approximated, and this should be stated explicitly.
- [Sec. 3.3] The phrase 'close to the line y=-x' is not quantified. Is closeness Euclidean distance in influence-vector space, angular distance, or a projection threshold? Without a metric the criterion is untestable even for K=2.
- [Algorithm 1, Line 7] The fitness function notation '1[Δ≤0](-∞)' is informal; a large finite negative constant would be clearer, as would a description of how ties and identical fitness values are handled by the GA.
- [Appendix B.1] The heading mentions 'dataset augmentation' but the procedure only removes points; this is a misnomer and should be corrected.
- [Fig. 2 and Fig. 5] The captions reference 'SubfiguresABC' and 'SubfiguresAandD' without spaces and use 'blue and orange' while the figures use colors that may not be distinguishable in grayscale or for color-blind readers; please use textures or labels for accessibility.
- [Sec. 5.2] The claim that STL-10 is 'cleaner' than CIFAR-10 and therefore has less room for improvement is presented without quantitative support (e.g., per-class accuracies or influence-vector statistics).
Circularity Check
No circular reductions; the Pareto-ceiling criterion is unsupported and the PCA check is invalid, but these are correctness issues, not circularity.
full rationale
The derivation chain from Eq. (1) to the category-wise influence vector P_k(z)=I(z,S_k) is a direct application of standard influence functions; it does not smuggle the target conclusion into the definition. The Section 5.1 validation removes top beneficial/detrimental samples, retrains, and compares against actual per-class accuracy changes (Spearman > 0.8), which is an external check rather than a restatement of the fitted signal. In PARETO-LP-GA, the reported results are measured epoch-to-epoch accuracy changes; although the GA's fitness uses the same measured Delta for selection, the paper does not relabel that optimization objective as an independent prediction. The self-citations (Chhabra et al. 2024/2025, Xiao et al. 2024) appear only as related work and motivation, not as load-bearing uniqueness theorems or ansatz justifications. The 'all samples close to the line y=-x' condition in Section 3.3 is asserted rather than derived, is undefined for K>2, and the Section 5.2 PCA interpretation (ratio > 0.2 => 'do not fit a hyperplane') is logically inverted; however, an unsupported or even incorrect criterion is a soundness/rigor problem, not a circular reduction from the paper's own equations. No step meets the evidentiary bar for circularity.
Axiom & Free-Parameter Ledger
free parameters (2)
- alpha_k class-wise performance thresholds =
not reported (GA-searched)
- per-sample weights w_i =
returned as w*
axioms (4)
- domain assumption Influence function approximation in Eq. (1) is valid: twice-differentiable loss, invertible Hessian, and small perturbation assumptions hold, even for deep non-convex models.
- ad hoc to paper If all influence vectors are close to the line y=-x, the classifier has reached its Pareto frontier.
- domain assumption Weighted sums of current-epoch influence scores predict class-wise accuracy changes at the next epoch.
- ad hoc to paper First principal component explained variance exceeding 0.2 implies influence vectors do not fit a hyperplane and therefore the model has room for Pareto improvement.
read the original abstract
Data-centric learning seeks to improve model performance from the perspective of data quality, and has been drawing increasing attention in the machine learning community. Among its key tools, influence functions provide a powerful framework to quantify the impact of individual training samples on model predictions, enabling practitioners to identify detrimental samples and retrain models on a cleaner dataset for improved performance. However, most existing work focuses on the question: "what data benefits the learning model?" In this paper, we take a step further and investigate a more fundamental question: "what is the performance ceiling of the learning model?" Unlike prior studies that primarily measure improvement through overall accuracy, we emphasize category-wise accuracy and aim for Pareto improvements, ensuring that every class benefits, rather than allowing tradeoffs where some classes improve at the expense of others. To address this challenge, we propose category-wise influence functions and introduce an influence vector that quantifies the impact of each training sample across all categories. Leveraging these influence vectors, we develop a principled criterion to determine whether a model can still be improved, and further design a linear programming-based sample reweighting framework to achieve Pareto performance improvements. Through extensive experiments on synthetic datasets, vision, and text benchmarks, we demonstrate the effectiveness of our approach in estimating and achieving a model's performance improvement across multiple categories of interest.
Figures
Reference graph
Works this paper leans on
-
[1]
What neural networks memorize and why: Discovering the long tail via influence estimation
Vitaly Feldman and Chiyuan Zhang. What neural networks memorize and why: Discovering the long tail via influence estimation. Advances in Neural Information Processing Systems, 2020
2020
-
[2]
``what data benefits my classifier?" enhancing model performance and interpretability through influence-based data selection
Anshuman Chhabra, Peizhao Li, Prasant Mohapatra, and Hongfu Liu. ``what data benefits my classifier?" enhancing model performance and interpretability through influence-based data selection. In International Conference on Learning Representations, 2024
2024
-
[3]
Add-remove-or-relabel: Practitioner-friendly bias mitigation via influential fairness
Brianna Richardson, Prasanna Sattigeri, Dennis Wei, Karthikeyan Natesan Ramamurthy, Kush Varshney, Amit Dhurandhar, and Juan E Gilbert. Add-remove-or-relabel: Practitioner-friendly bias mitigation via influential fairness. In ACM Conference on Fairness, Accountability, and Transparency, 2023
2023
-
[4]
Understanding black-box predictions via influence functions
Pang Wei Koh and Percy Liang. Understanding black-box predictions via influence functions. In International Conference on Machine Learning, 2017
2017
-
[5]
The influence curve and its role in robust estimation
Frank R Hampel. The influence curve and its role in robust estimation. Journal of the American Statistical Association, 1974
1974
-
[6]
Residuals and influence in regression
R Dennis Cook and Sanford Weisberg. Residuals and influence in regression. New York: Chapman and Hall, 1982
1982
-
[7]
Scaling up influence functions
Andrea Schioppa, Polina Zablotskaia, David Vilar, and Artem Sokolov. Scaling up influence functions. In AAAI Conference on Artificial Intelligence, 2022
2022
-
[8]
Outlier gradient analysis: Efficiently identifying detrimental training samples for deep learning models
Anshuman Chhabra, Bo Li, Jian Chen, Prasant Mohapatra, and Hongfu Liu. Outlier gradient analysis: Efficiently identifying detrimental training samples for deep learning models. In International Conference on Machine Learning, 2025
2025
-
[9]
Data I nf: Efficiently E stimating D ata I nfluence in L o RA -tuned LLM s and D iffusion M odels
Yongchan Kwon, Eric Wu, Kevin Wu, and James Zou. Data I nf: Efficiently E stimating D ata I nfluence in L o RA -tuned LLM s and D iffusion M odels. In International Conference on Learning Representations, 2024
2024
-
[10]
Data shapley in one training run
Jiachen T Wang, Prateek Mittal, Dawn Song, and Ruoxi Jia. Data shapley in one training run. In International Conference on Learning Representations, 2025
2025
-
[11]
Second-order stochastic optimization for machine learning in linear time
Naman Agarwal, Brian Bullins, and Elad Hazan. Second-order stochastic optimization for machine learning in linear time. The Journal of Machine Learning Research, 2017
2017
-
[12]
Representer point selection for explaining deep neural networks
Chih-Kuan Yeh, Joon Kim, Ian En-Hsu Yen, and Pradeep K Ravikumar. Representer point selection for explaining deep neural networks. Advances in Neural Information Processing Systems, 2018
2018
-
[13]
Hydra: Hypergradient data relevance analysis for interpreting deep neural networks
Yuanyuan Chen, Boyang Li, Han Yu, Pengcheng Wu, and Chunyan Miao. Hydra: Hypergradient data relevance analysis for interpreting deep neural networks. In AAAI Conference on Artificial Intelligence, 2021
2021
-
[14]
Studying large language model generalization with influence functions
Roger Grosse, Juhan Bae, Cem Anil, Nelson Elhage, Alex Tamkin, Amirhossein Tajdini, Benoit Steiner, Dustin Li, Esin Durmus, Ethan Perez, et al. Studying large language model generalization with influence functions. arXiv preprint arXiv:2308.03296, 2023
Pith/arXiv arXiv 2023
-
[15]
Estimating training data influence by tracing gradient descent
Garima Pruthi, Frederick Liu, Satyen Kale, and Mukund Sundararajan. Estimating training data influence by tracing gradient descent. Advances in Neural Information Processing Systems, 2020
2020
-
[16]
Input similarity from the neural network perspective
Guillaume Charpiat, Nicolas Girard, Loris Felardos, and Yuliya Tarabalka. Input similarity from the neural network perspective. Advances in Neural Information Processing Systems, 2019
2019
-
[17]
Training data attribution via approximate unrolled differentation
Juhan Bae, Wu Lin, Jonathan Lorraine, and Roger Grosse. Training data attribution via approximate unrolled differentation. arXiv preprint arXiv:2405.12186, 2024
Pith/arXiv arXiv 2024
-
[18]
Gex: A flexible method for approximating influence via geometric ensemble
SungYub Kim, Kyungsu Kim, and Eunho Yang. Gex: A flexible method for approximating influence via geometric ensemble. Advances in Neural Information Processing Systems, 2024
2024
-
[19]
Training data attribution for diffusion models
Zheng Dai and David K Gifford. Training data attribution for diffusion models. arXiv preprint arXiv:2306.02174, 2023
Pith/arXiv arXiv 2023
-
[20]
Make every example count: On the stability and utility of self-influence for learning from noisy nlp datasets
Irina Bejan, Artem Sokolov, and Katja Filippova. Make every example count: On the stability and utility of self-influence for learning from noisy nlp datasets. In Conference on Empirical Methods in Natural Language Processing, 2023
2023
-
[21]
Self-influence guided data reweighting for language model pre-training
Megh Thakkar, Tolga Bolukbasi, Sriram Ganapathy, Shikhar Vashishth, Sarath Chandar, and Partha Talukdar. Self-influence guided data reweighting for language model pre-training. In Conference on Empirical Methods in Natural Language Processing, 2023
2023
-
[22]
Category-aware active domain adaptation
Wenxiao Xiao, Jiuxiang Gu, and Hongfu Liu. Category-aware active domain adaptation. In International Conference on Machine Learning, 2024
2024
-
[23]
What is fair? exploring pareto-efficiency for fairness constraint classifiers
Alyssa Whitlock Lees, Ananth Balashankar, Chris Welty, and Lakshminarayanan Subramanian. What is fair? exploring pareto-efficiency for fairness constraint classifiers. In arxiv, 2019
2019
-
[24]
Minimax pareto fairness: A multi objective perspective
Natalia Martinez, Martin Bertran, and Guillermo Sapiro. Minimax pareto fairness: A multi objective perspective. In International Conference on Machine Learning, 2020
2020
-
[25]
Pareto frontiers in deep feature learning: Data, compute, width, and luck
Benjamin Edelman, Surbhi Goel, Sham Kakade, Eran Malach, and Cyril Zhang. Pareto frontiers in deep feature learning: Data, compute, width, and luck. Advances in Neural Information Processing Systems, 2023
2023
-
[26]
Pareto multi-task learning
Xi Lin, Hui-Ling Zhen, Zhenhua Li, Qing-Fu Zhang, and Sam Kwong. Pareto multi-task learning. Advances in Neural Information Processing Systems, 2019
2019
-
[27]
Divide and conquer: Provably unveiling the pareto front with multi-objective reinforcement learning
Willem R\" o pke, Mathieu Reymond, Patrick Mannion, Diederik M Roijers, Ann Now\' e , and Roxana R a dulescu. Divide and conquer: Provably unveiling the pareto front with multi-objective reinforcement learning. In International Conference on Autonomous Agents and Multiagent Systems, 2025
2025
-
[28]
Distributional pareto-optimal multi-objective reinforcement learning
Xin-Qiang Cai, Pushi Zhang, Li Zhao, Jiang Bian, Masashi Sugiyama, and Ashley Llorens. Distributional pareto-optimal multi-objective reinforcement learning. Advances in Neural Information Processing Systems, 2023
2023
-
[29]
Neural architecture search: A survey
Thomas Elsken, Jan Hendrik Metzen, and Frank Hutter. Neural architecture search: A survey. Journal of Machine Learning Research, 20 0 (55): 0 1--21, 2019
2019
-
[30]
Datamodels: Predicting predictions from training data
Andrew Ilyas, Sung Min Park, Logan Engstrom, Guillaume Leclerc, and Aleksander Madry. Datamodels: Predicting predictions from training data. arXiv preprint arXiv:2202.00622, 2022
Pith/arXiv arXiv 2022
-
[31]
Tendulkar, Rishabh K Iyer, and Abir De
Eeshaan Jain, Tushar Nandy, Gaurav Aggarwal, Ashish V. Tendulkar, Rishabh K Iyer, and Abir De. Efficient D ata S ubset S election to G eneralize T raining A cross M odels: T ransductive and I nductive N etworks. Advances in Neural Information Processing Systems, 2023
2023
-
[32]
Deep learning on a data diet: Finding important examples early in training
Mansheej Paul, Surya Ganguli, and Gintare Karolina Dziugaite. Deep learning on a data diet: Finding important examples early in training. Advances in Neural Information Processing Systems, 2021
2021
-
[33]
Retrieve: Coreset selection for efficient and robust semi-supervised learning
Krishnateja Killamsetty, Xujiang Zhao, Feng Chen, and Rishabh Iyer. Retrieve: Coreset selection for efficient and robust semi-supervised learning. Advances in Neural Information Processing Systems, 2021
2021
-
[34]
Dataset pruning: Reducing training data by examining generalization influence
Shuo Yang, Zeke Xie, Hanyu Peng, Min Xu, Mingming Sun, and Ping Li. Dataset pruning: Reducing training data by examining generalization influence. In International Conference on Learning Representations, 2022
2022
-
[35]
Data pruning via moving-one-sample-out
Haoru Tan, Sitong Wu, Fei Du, Yukang Chen, Zhibin Wang, Fan Wang, and Xiaojuan Qi. Data pruning via moving-one-sample-out. Advances in Neural Information Processing Systems, 2024
2024
-
[36]
Resolving training biases via influence-based data relabeling
Shuming Kong, Yanyan Shen, and Linpeng Huang. Resolving training biases via influence-based data relabeling. In International Conference on Learning Representations, 2021
2021
-
[37]
Fair clustering using antidote data
Anshuman Chhabra, Adish Singla, and Prasant Mohapatra. Fair clustering using antidote data. In Algorithmic Fairness through the Lens of Causality and Robustness Workshop, 2022
2022
-
[38]
Deeper understanding of black-box predictions via generalized influence functions
Hyeonsu Lyu, Jonggyu Jang, Sehyun Ryu, and Hyun Jong Yang. Deeper understanding of black-box predictions via generalized influence functions. arXiv preprint arXiv:2312.05586, 2023
Pith/arXiv arXiv 2023
-
[39]
Active learning with statistical models
David A Cohn, Zoubin Ghahramani, and Michael I Jordan. Active learning with statistical models. Journal of Artificial Intelligence Research, 1996
1996
-
[40]
Influence selection for active learning
Zhuoming Liu, Hao Ding, Huaping Zhong, Weijia Li, Jifeng Dai, and Conghui He. Influence selection for active learning. In IEEE/CVF International Conference on Computer Vision, 2021
2021
-
[41]
How to measure uncertainty in uncertainty sampling for active learning
Vu-Linh Nguyen, Mohammad Hossein Shaker, and Eyke H \"u llermeier. How to measure uncertainty in uncertainty sampling for active learning. Machine Learning, 2022
2022
-
[42]
Submodularity in data subset selection and active learning
Kai Wei, Rishabh Iyer, and Jeff Bilmes. Submodularity in data subset selection and active learning. In International Conference on Machine Learning, 2015
2015
-
[43]
Influence functionals for time series
R Douglas Martin and Victor J Yohai. Influence functionals for time series. The Annals of Statistics, 1986
1986
-
[44]
Explaining black box predictions and unveiling data artifacts through influence functions
Xiaochuang Han, Byron C Wallace, and Yulia Tsvetkov. Explaining black box predictions and unveiling data artifacts through influence functions. In Annual Meeting of the Association for Computational Linguistics, 2020
2020
-
[45]
If influence functions are the answer, then what is the question? Advances in Neural Information Processing Systems, 2022
Juhan Bae, Nathan Ng, Alston Lo, Marzyeh Ghassemi, and Roger B Grosse. If influence functions are the answer, then what is the question? Advances in Neural Information Processing Systems, 2022
2022
-
[46]
Influence F unctions in D eep L earning A re F ragile
Samyadeep Basu, Phil Pope, and Soheil Feizi. Influence F unctions in D eep L earning A re F ragile. In International Conference on Learning Representations, 2020
2020
-
[47]
Revisiting the fragility of influence functions
Jacob R Epifano, Ravi P Ramachandran, Aaron J Masino, and Ghulam Rasool. Revisiting the fragility of influence functions. Neural Networks, 162: 0 581--588, 2023
2023
-
[48]
Theoretical and practical perspectives on what influence functions do
Andrea Schioppa, Katja Filippova, Ivan Titov, and Polina Zablotskaia. Theoretical and practical perspectives on what influence functions do. Advances in Neural Information Processing Systems, 2024
2024
-
[49]
Visualizing the pareto frontier
Alexander V Lotov and Kaisa Miettinen. Visualizing the pareto frontier. In Multiobjective Optimization: Interactive and Evolutionary Approaches. 2008
2008
-
[50]
Linear programming
George B Dantzig. Linear programming. Operations research, 50 0 (1): 0 42--47, 2002
2002
-
[51]
Genetic algorithms
Stephanie Forrest. Genetic algorithms. ACM Computing Surveys, 28 0 (1): 0 77--80, 1996
1996
-
[52]
Learning multiple layers of features from tiny images
Alex Krizhevsky, Geoffrey Hinton, et al. Learning multiple layers of features from tiny images. University of Toronto, 2009
2009
-
[53]
An analysis of single-layer networks in unsupervised feature learning
Adam Coates, Andrew Ng, and Honglak Lee. An analysis of single-layer networks in unsupervised feature learning. In International Conference on Artificial Intelligence and Statistics, 2011
2011
-
[54]
Carer: Contextualized affect representations for emotion recognition
Elvis Saravia, Hsien-Chi Toby Liu, Yen-Hao Huang, Junlin Wu, and Yi-Shin Chen. Carer: Contextualized affect representations for emotion recognition. In Conference on Empirical Methods in Natural Language Processing, 2018
2018
-
[55]
Character-level convolutional networks for text classification
Xiang Zhang, Junbo Zhao, and Yann LeCun. Character-level convolutional networks for text classification. 2015
2015
-
[56]
Principal component analysis
Svante Wold, Kim Esbensen, and Paul Geladi. Principal component analysis. Chemometrics and intelligent laboratory systems, 2 0 (1-3): 0 37--52, 1987
1987
-
[57]
BERT: pre-training of deep bidirectional transformers for language understanding
Jacob Devlin, Ming - Wei Chang, Kenton Lee, and Kristina Toutanova. BERT: pre-training of deep bidirectional transformers for language understanding. CoRR, abs/1810.04805, 2018
Pith/arXiv arXiv 2018
-
[58]
Deep residual learning for image recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for image recognition. In IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2016
2016
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.