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.
This work uses GANs to generate realistic vehicle test inputs.
problem Lack of realistic input sequences for automotive testing.
method Applying GANs to learn from unlabeled in-vehicle signals and generate synthetic inputs.
result Improved virtual test coverage and reduced need for expensive field tests.
The paper reviews machine learning safety techniques for autonomous vehicles.
problem Challenges in machine learning safety for autonomous vehicles.
method Organizes practical safety techniques to complement engineering safety.
result Enhances dependability and safety of machine learning algorithms in autonomous vehicles.
SAAD enhances anomaly detection in automotive systems with high accuracy.
problem Anomaly detection in automotive systems.
method Integrates statistical techniques with machine learning.
result SAAD achieves 88.3% accuracy and 0.921 F1 score.
Efficient model for foggy scene understanding in vehicles.
problem Challenging scene understanding and segmentation under foggy conditions.
method Domain adaptation and illumination-invariant image transformation.
result Outperforms state-of-the-art models in foggy scene understanding.
Machine learning predicts and generates appealing car designs.
problem Improving automotive aesthetics to boost sales.
method Combines VAE and GAN with supervised learning; trained on 203 SUVs and 180,000 images.
result Predicts aesthetic scores with 43.5% improvement over baseline; generates appealing designs.
Deep learning powers automotive innovations like self-driving cars.
problem Improving vehicle safety and functionality.
method Deployment of deep learning models in ADAS systems.
result Deep learning enhances performance and functionality of ADAS solutions.
This paper develops a stochastic learning-optimization model for resilient automotive supply chains.
problem Supply chain disruptions and volatile demand pose challenges to the UK automotive industry.
method Integrates Bayesian inference with inventory optimization for a two-echelon system subject to stochastic demand and disruptions.
result The integrated approach achieves significant cost reductions and improved resilience during disruptions.
The Brazilian automotive market is concentrated but evolving towards a less monopolistic structure.
problem Understanding the evolution of industrial concentration in the Brazilian automotive market.
method Cluster analysis using k-means technique and estimation of industrial concentration indices (CR ratios, HHI, B, CCI).
result The Brazilian automotive market is currently moderately concentrated and evolving towards a less monopolistic structure.
Language models learn automotive complaints, improving defect detection.
problem Detecting technical quality issues in customer feedback.
method Continual pre-training on ODI Complaints data set.
result Models achieve high precision in identifying technical terms.
Prototype learns automotive industry ontology from unstructured data.
problem Automatic learning of domain-specific ontologies from unstructured text data.
method Two-stage classification system: first classifier for concepts and irrelevant collocates, second classifier for concept types.
result Prototype validated with automotive industry complaint and repair data.
Study forecasts supply chain disruptions in automotive industry.
problem Operational disruptions in automotive supply chain cause financial losses.
method Constructed dataset of multivariate time series, used Attention Sequence to Sequence Deep Learning architecture.
result Model achieved 0.85 precision and 0.8 recall in QA phase across five plants.
New data set and method for BTO supply chain demand forecasting.
problem Lack of demand forecasting methods for BTO supply chains.
method Proposes a novel data transformation technique for BTO products.
result Approach compares well to state-of-the-art methods and is easy to implement.
Automatically tunes parameters of rule-based systems using labeled data.
problem Tuning parameters of complex rule-based systems efficiently.
method Structured differential learning for approximate gradient descent.
result Successfully adjusts system values for over 100 parameters.
WoodScape dataset for fisheye cameras in autonomous driving.
problem Lack of public datasets for evaluating computer vision on fisheye images.
method Release WoodScape dataset with four surround view cameras and nine tasks.
result Encourages adaptation of computer vision models for fisheye cameras.
Automated radar data labeling using GNSS improves efficiency without sacrificing accuracy.
problem Manual annotation of automotive radar data is time-consuming and error-prone.
method The article introduces an automated system using GNSS to acquire data labels.
result The proposed method provides clear advantages in time savings with minimal data distortion.
The paper develops a faster surrogate model for simulators using hybrid methods.
problem The need for faster validation of automotive technologies using simulators.
method Testing classical methods and building hybrid models combining them.
result A hybrid surrogate model outperforms classical methods in multivariate time series prediction.
SoilingNet detects soiling on automotive cameras for better autonomous driving performance.
problem Soiling degrades the performance of automotive surround-view cameras, affecting autonomous driving.
method Created a new dataset and used a Convolutional Neural Network (CNN) architecture for soiling detection, combined with multi-task learning and data augmentation using GANs.
result Demonstrated high accuracy in soiling detection using CNN and multi-task learning.
DeepHybrid uses radar data to classify objects accurately.
problem Challenges in classifying objects using automotive radar sensors.
method Combines radar signal processing and Deep Learning; uses neural architecture search.
result Improves object classification performance compared to models using only spectra.
New approach detects small defects on car surfaces with high accuracy.
problem Automated detection of small defects on specular car surfaces.
method Spline smoothing for feature extraction and k-nearest neighbour classifier.
result Near zero misclassification error rate achieved with standard learning classifiers.
DRIFT uses RL to automate functional software testing efficiently.
problem Efficient and reliable automated software testing.
method DRIFT employs Q-learning with Graph Neural Networks on symbolic UI representations.
result DRIFT can robustly test software functionalities in a fully automated manner.
Multimodal deep learning improves flaw detection in software programs.
problem Current flaw detection relies on single software representations.
method Adapted multimodal deep learning models for flaw detection.
result Multimodal models outperform traditional deep learning models.
KnotPlot helps beginners and veterans use software for visualizing knots.
problem None explicitly stated in the abstract.
method Software introduction and background for users.
result Provides new and veteran users with KnotPlot functionality.
Firefly algorithm improves software effort estimation models.
problem Improving accuracy of software effort estimation models.
method Using Firefly Algorithm to optimize COCOMO-based models.
result High accuracy and significant error minimization of Firefly Algorithm.
As automotive electronics continue to advance, cars are becoming more and more reliant on sensors to perform everyday driving operations. These sensors are omnipresent and help the car navigate, reduce accidents, and provide comfortable rides. However, they can also be used to learn about the drivers themselves. In thi…
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.
A neural network, IHT-Net, improves DOA estimation with sparse arrays.
problem Single-snapshot DOA estimation with sparse arrays in dynamic settings.
method IHT-inspired neural network with recurrent neural network and autoencoders.
result IHT-Net achieves faster convergence and higher accuracy in DOA estimation.
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.
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.
Existing language models such as n-grams for software code often fail to capture a long context where dependent code elements scatter far apart. In this paper, we propose a novel approach to build a language model for software code to address this particular issue. Our language model, partly inspired by human memory, i…
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.
The public package registry npm is one of the biggest software registry. With its 216 911 software packages, it forms a big network of software dependencies. In this paper we evaluate various methods for finding similar packages in the npm network, using only the structure of the graph. Namely, we want to find a way of…
Machine learning enhances fuzzing for better software testing.
problem Challenges in traditional fuzzing.
method Applications of machine learning to improve fuzzing.
result Machine learning tools have successfully addressed fuzzing bottlenecks.
Although software analytics has experienced rapid growth as a research area, it has not yet reached its full potential for wide industrial adoption. Most of the existing work in software analytics still relies heavily on costly manual feature engineering processes, and they mainly address the traditional classification…
Survey of software developers' experience with Github Copilot tool.
problem Investigate developers' acceptance of AI-generated code.
method Survey with 18 questions distributed to 42 programmers.
result Mixed developer opinions, mostly positive but reluctance to use.
Optuna introduces a new hyperparameter optimization framework.
problem Efficient hyperparameter optimization for machine learning models.
method Define-by-run API, efficient implementation, versatile architecture.
result Optuna is the first software meeting next-generation hyperparameter optimization criteria.
Existing malware detectors on safety-critical devices have difficulties in runtime detection due to the performance overhead. In this paper, we introduce PROPEDEUTICA, a framework for efficient and effective real-time malware detection, leveraging the best of conventional machine learning (ML) and deep learning (DL) te…
RAMANMETRIX simplifies Raman spectroscopy data analysis.
problem Complexity of Raman spectroscopy data processing.
method User-friendly software with chemometric analysis workflow.
result Facilitates integration of Raman spectroscopy into clinical routines.
Software helps teach latent variable methods in multivariate data analytics.
problem Challenges in understanding multivariate data analytics for students.
method Interactive software for comparing latent variable methods.
result Builds intuition on choosing methods and interpreting coefficients.
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.
Risk hedging can reduce operational costs by adjusting prices and production levels in response to asset price movements.
problem How risk hedging impacts operational decisions in response to asset price movements.
method Developed and solved a risk-management model integrating risk hedging into a price-setting newsvendor problem.
result Hedging generally reduces optimal price and VPQ, but may increase VPQ under certain conditions.
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.
Import2vec creates embeddings for software libraries to improve learning tasks.
problem Developing semantic representations for software libraries.
method Applied word embedding techniques from NLP to library packages.
result Library vectors capture meaningful relationships among libraries.
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.
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.
New framework for 3D spatial topology enumeration and identification.
problem Efficient navigation through complex engineering system topologies.
method Mathematical spatial graph theory to represent, enumerate, and identify unique topological classes.
result Identification of distinctive 3D topological classes for engineering systems.
AEC Games model represents software MARL environments better than POSGs.
problem POSGs are conceptually unsuitable for software MARL environments.
method Introduced AEC Games model as an equivalent to POSGs.
result AEC Games model is more representative of software MARL environments.