驾驶模式分析,变速分类和轻型车辆的燃油效率:使用GPS和OBD II PID信号的机器学习方法.
Juan José Molina-Campoverde1, Juan Zurita-Jara1, Paúl Molina-Campoverde1
1Grupo de Ingeniería Automotriz, Movilidad y Transporte (GiAUTO), Carrera de Ingeniería Automotriz-Campus Sur, Universidad Politécnica Salesiana, Quito 170702, Ecuador.
Sensors (Basel, Switzerland)
|July 12, 2025
概括
这项研究开发了一种使用车辆数据的自动变速分类算法,以提高燃油效率. K-Nearest Neighbors模型达到99.7%的准确性,识别更高的轮比中性更经济.
科学领域:
- 汽车工程 汽车工程
- 机器学习 机器学习
- 数据科学数据科学数据科学
背景情况:
- 车辆的变速转移显著影响燃油消耗和性能.
- 准确的实时轮分类对于优化驾驶效率至关重要.
- 现有的方法可能缺乏动态驾驶条件所需的精度.
研究的目的:
- 为M1类车辆开发自动变速分类算法.
- 分析车辆行为和不同轮的驾驶模式.
- 根据轮选择准确预测瞬间的燃料消耗.
主要方法:
- 使用车载诊断系统 (OBD II) 和GPS数据,包括排列绝对压力 (MAP),每分钟转速 (RPM) 和车辆速度 (VSS).
- 应用无监督的K-means集群用于数据细分和模式识别.
- 采用机器学习分类器,如K-最近邻居 (KNN),决策树,后勤回归和支持矢量机器 (SVM).
- 开发了一种多重线性回归模型用于燃料消耗估计.
主要成果:
- 精细的KNN模型以99.7%的准确性,99.8%的精度和99.7%的回忆率实现了卓越的性能.
- 与中性变速相比,更高的变速 (3, 4, 5) 与燃料消耗降低相关.
- 燃油消耗模型表现出很强的匹配 (R2=0.897) 并预测更高轮的低消耗.
结论:
- 提出的自动变速分类算法,特别是KNN模型,对于实时车辆分析非常有效.
- 根据这个算法优化轮转换可以显著提高燃油效率.
- 未来将其整合到驾驶辅助系统 (ADAS) 和自动驾驶汽车中,有可能提高性能和效率.
相关概念视频
PD Controller: Design
356
In automotive engineering, car suspension systems often employ Proportional Derivative (PD) controllers to enhance performance. PD controllers are utilized to adjust the damping force in response to road conditions. A controller, acting as an amplifier with a constant gain, demonstrates proportional control, with output directly mirroring input.
Designing a continuous-data controller requires selecting and linking components like adders and integrators, which are fundamental in Proportional,...
Designing a continuous-data controller requires selecting and linking components like adders and integrators, which are fundamental in Proportional,...
356
Root-Locus Method
213
A cruise control system in a car is designed to maintain a specified speed automatically by adjusting the gas pedal. The system continuously measures the vehicle's speed and makes fine adjustments to the pedal to achieve this goal. The root locus method is particularly useful for understanding how the cruise control system's behavior changes under varying conditions, such as when the car goes uphill, downhill, or faces strong wind resistance.
This system can be represented by a block...
This system can be represented by a block...
213
PID Controller
239
Proportional-Integral-Derivative (PID) controllers are widely used in various control systems to enhance stability and performance. In a thermostat, it adjusts heating or cooling based on the temperature difference between the actual and desired levels. They are often used in automotive speed systems, effectively managing sudden speed changes while maintaining a constant speed under varying conditions. On the other hand, PI controllers, commonly employed in voltage regulation, enhance stability...
239
Multi-input and Multi-variable systems
150
Cruise control systems in cars are designed as multi-input systems to maintain a driver's desired speed while compensating for external disturbances such as changes in terrain. The block diagram for a cruise control system typically includes two main inputs: the desired speed set by the driver and any external disturbances, such as the incline of the road. By adjusting the engine throttle, the system maintains the vehicle's speed as close to the desired value as possible.
In the absence...
In the absence...
150
Classification of Signals
903
In signal processing, signals are classified based on various characteristics: continuous-time versus discrete-time, periodic versus aperiodic, analog versus digital, and causal versus noncausal. Each category highlights distinct properties crucial for understanding and manipulating signals.
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...
903
Mechanical Efficiency of Real Machines
873
The mechanical efficiency of a machine is a fundamental concept that describes how effectively a machine can convert input work into output work. According to this concept, the efficiency of a machine is equal to the ratio of the output work to the input work. An ideal machine, meaning a machine that has no energy losses, has an efficiency of one. This implies that the input work and the output work are equal.
However, in reality, no machine can be truly ideal, and all of them experience some...
However, in reality, no machine can be truly ideal, and all of them experience some...
873


