Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

169,341 papers · 148 categories

Trend · papers per month

326495127 · Jun 202019922001200920182026
48 results for software projects

Research proposes an ensemble learning model for efficient software defect prediction.

problem Efficient and cost-effective software testing to minimize project resources.
method Machine learning analysis on different datasets using KNN, Decision Tree, SVM, and Naïve Bayes.
result Ensemble learning model outperforms other techniques in accuracy, precision, recall, and F1-score.

Improving software quality through effective organizational learning.

problem Lack of reliable quantification methods for software evolution.
method Leveraging application lifecycle management data to identify and address managerial practices.
result Effective learning from past processes improves software quality indirectly.

We model GitHub interactions as a temporal knowledge graph for software engineering questions.

problem Insufficient performance of existing temporal models on extrapolated queries and time prediction.
method Introduced an extension to current temporal models using relative temporal information.
result Improved performance on extrapolated queries and time prediction.

This paper uses machine learning to assist automation engineers in decision making.

problem Imperfect decision making by automation engineers leads to multiple iterations and increased time for software development.
method Defined challenges and proposed solutions using machine learning for automation engineering, including code classification, finding similar code snippets, and hardware selection.
result Paragraph embedding techniques achieved an F1-score of 72% for classifying automation using code snippets, and autoencoder models for hardware recommendation achieved p@3 and p@5 of 0.79 and 0.95, respectively.

CK simplifies ML model deployment and reproducibility with open APIs and DevOps.

problem Making ML models reproducible and deployable across different environments.
method Decompose complex systems into reusable sub-components with unified APIs and DevOps principles.
result Automatically co-design and optimize ML models for speed, accuracy, energy, and size.

Graph-based ML improves defect prediction in software development.

problem Challenges in predicting defect-prone changes in complex software development.
method Building contribution graphs from developers and source files, using graph-based ML for defect prediction.
result Graph-based ML leads to significantly better defect prediction (F1 score up to 77.55%, MCC up to 53.16%).

The paper proposes using non-isotropic distances for more accurate trace link recommendation.

problem Time-consuming and error-prone creation and maintenance of trace links.
method Geometric viewpoint on semantic similarity using non-linear similarity measures.
result Non-isotropic distances improve trace link recommendation accuracy.

Replication study shows Deep-SE still not as effective as previously thought for agile effort estimation.

problem Improving accuracy in estimating agile software development effort.
method Close replication of Deep-SE using additional data and comparison with multiple baselines.
result Deep-SE outperforms only a few cases, suggesting more work is needed.

CLN improves collective classification accuracy using deep learning.

problem Collective classification in multi-relational domains is computationally challenging.
method Column Network (CLN) model for collective classification in multi-relational domains.
result CLN achieves higher accuracy than state-of-the-art rivals in various applications.

A new method prioritizes project risks using Monte Carlo Simulation.

problem Determining the relative importance of project risks.
method Monte Carlo Simulation (MCS) for quantitative prioritization.
result Differentiates critical risks based on their impact on project duration and cost.

Out-of-control information technology (IT) projects have ended the careers of top managers, such as EADS CEO Noel Forgeard and Levi Strauss' CIO David Bergen. Moreover, IT projects have brought down whole companies, like Kmart in the US and Auto Windscreen in the UK. Software and other IT is now such an integral part o…

2013-03-28abs ↗pdf ↗

DeepSoft aims to model software development for risk prediction and intervention.

problem Manual feature engineering and traditional classification problems in software analytics.
method End-to-end deep learning framework using Long Short Term Memory architecture.
result DeepSoft predicts future risks and recommends interventions in software development.

Survey and benchmark high-dimensional Bayesian optimization of discrete sequences.

problem Heterogeneous experimental set-ups and technical barriers in high-dimensional Bayesian optimization of discrete sequences.
method Unified framework and software libraries to test and benchmark methods.
result Unified framework and software libraries for testing and benchmarking high-dimensional Bayesian optimization methods.

Improved software flaw detection using NAS on multimodal DL models.

problem Software flaw detection in multimodal deep learning models.
method Adapted NAS framework for multimodal learning, combined with multimodal deep learning models.
result Improved performance on the Juliet Test Suite.

System simplifies feedback from domain experts for iterative rule mining.

problem Difficulty in incorporating domain experts' feedback and evaluating multi-objective models.
method Developed a multi-objective anytime rule mining algorithm based on GRASP-PR.
result Successfully applied the system in an industrial context.

Generative Adversarial Network repairs software bugs without labeled data.

problem Automated repair of software vulnerabilities.
method Adversarial learning approach mapping between source and target domains.
result Effective at repairing software vulnerabilities, close to seq2seq approaches.

Method predicts hardware resource usage by control software with guaranteed linear convergence.

problem Predicting time-varying hardware resource availability in control software.
method Path structured multimarginal Schrödinger bridge (MSBP) for learning stochastic resource usage.
result Guaranteed linear convergence to accurate prediction of hardware resource utilization.

This paper tackles co-design of neural hardware and software to improve efficiency.

problem Designing efficient deep learning systems that consider both hardware and software optimizations together.
method Developed a constrained Bayesian optimization framework to automatically identify profitable design points in the joint hardware/software design space.
result Improved energy-delay product by 18% (ResNet) and 40% (DQN) over hand-tuned systems.

This study integrates spatial coordinates into pavement maintenance prioritization.

problem Limited consideration of spatial characteristics in pavement maintenance prioritization.
method Introduced a novel spatial clustering algorithm to combine projects within budget and spatial constraints.
result Minimizes crew routing and improves collaboration between maintenance teams.

Adapts ISO 26262 for machine learning in automotive software.

problem Conflict between innovation and safety in automotive software development.
method Detailed assessment and adaptation of ISO 26262 for machine learning, analyzing and proposing new requirements.
result Adapted ISO 26262 for machine learning, addressing safety and innovation in automotive software.

SySeVR uses deep learning to detect software vulnerabilities.

problem Detecting software vulnerabilities is challenging and important.
method SySeVR combines syntax and semantic information to represent programs for deep learning.
result SySeVR detects 15 unknown vulnerabilities, including 7 unknown and 8 silently patched ones.

This study compares traditional ML and deep learning for classifying multilingual user feedback.

problem Classifying multilingual user feedback for software development teams.
method Comparison of traditional machine learning and deep learning approaches.
result Traditional machine learning can achieve comparable results to deep learning for multilingual user feedback classification.

EvaSylv software evaluates forest management with natural risk considerations.

problem Evaluating forest management under increased natural risk due to climate change.
method User-friendly software simulates forest management scenarios, integrating natural risk using a Poisson process and Faustmann approach.
result Software optimizes forest management criteria like Faustmann value and Averaged yield value.

PROPEDEUTICA detects malware efficiently in real-time with low overhead.

problem Real-time malware detection on safety-critical devices with performance constraints.
method PROPEDEUTICA uses a hybrid approach combining conventional ML and DL, with a novel DL architecture DEEPMALWARE.
result PROPEDEUTICA achieves high accuracy (94.34%) and low false-positive rate (8.75%) with minimal performance impact.

Software estimates inequality in random systems with changing communities.

problem Measuring inequality in systems with dynamic interactions and random attributes.
method Piecewise homogeneous Markov chain for changing points, copula function for multivariate distribution, Monte Carlo algorithm for entropy estimation.
result Estimates Random Theil's Entropy to measure inequality in random systems.

Devign uses graph neural networks to identify vulnerabilities efficiently.

problem Challenging and tedious process of identifying vulnerabilities in software systems.
method Devign employs a graph neural network to classify graph-level vulnerabilities using comprehensive code semantic representations.
result Devign significantly outperforms state-of-the-art models in vulnerability identification.