期刊文献+
共找到4,823篇文章
< 1 2 242 >
每页显示 20 50 100
Ammonia emission from real-world in-use vehicle fleets in a megacity in China-based on tunnel measurement
1
作者 Jiliang Guo Jinsheng Zhang +9 位作者 Ainan Song Hui Tong Jingchun Tang Ning Yang Zhuofei Du Qijun Zhang Ting Wang Lin Wu Jianfei Peng Hongjun MaoTianjin Key Laboratory of Urban Transport Emission Research&State Environmental Protection Key Laboratory of Urban Ambient Air Particulate Matter Pollution 《Journal of Environmental Sciences》 2026年第1期577-584,共8页
Ammonia(NH3)has been widely recognized as a key precursor of atmospheric secondary aerosol formation.Vehicle emission is a major source of urban atmospheric NH3.With the tightening of emission standards and the growin... Ammonia(NH3)has been widely recognized as a key precursor of atmospheric secondary aerosol formation.Vehicle emission is a major source of urban atmospheric NH3.With the tightening of emission standards and the growing trend of vehicle fleet electrification,it is imperative to update the emission factors for NH3 from real-world on-road fleets.In this study,a tunnel measurement was conducted in the urban area of Tianjin,China.The fleet-average NH3 emission factor(EF)was 11.2 mg/(km·veh),significantly lower than those in previous studies,showing the benefit of emission standard updating.Through a multiple linear regression analysis,the EFs of light-duty gasoline vehicles,light-duty diesel vehicles,and heavy-duty diesel vehicles(HDDVs)were estimated to be 5.7±0.6 mg/(km·veh),40.8±5.1 mg/(km·veh),and 160.2±16.6 mg/(km·veh),respectively.Based on the results from this study,we found that HDDVs,which comprise<3%of the total vehicles may contribute approximately 22%of total NH3 emissions in Tianjin.Our results highlight NH3 emissions from HDDVs,a previously potentially overlooked source of NH3 emissions in urban areas.The actual on-road NH3 emissions from HDDVs may exceed current expectations,posing a growing concern for the future. 展开更多
关键词 Ammonia(NH3) vehicle emission Emission factor Heavy-duty diesel vehicle
原文传递
Enhancing IoT-Enabled Electric Vehicle Efficiency:Smart Charging Station and Battery Management Solution
2
作者 Supriya Wadekar Shailendra Mittal +1 位作者 Ganesh Wakte Rajshree Shinde 《Energy Engineering》 2026年第1期153-180,共28页
Rapid evolutions of the Internet of Electric Vehicles(IoEVs)are reshaping and modernizing transport systems,yet challenges remain in energy efficiency,better battery aging,and grid stability.Typical charging methods a... Rapid evolutions of the Internet of Electric Vehicles(IoEVs)are reshaping and modernizing transport systems,yet challenges remain in energy efficiency,better battery aging,and grid stability.Typical charging methods allow for EVs to be charged without thought being given to the condition of the battery or the grid demand,thus increasing energy costs and battery aging.This study proposes a smart charging station with an AI-powered Battery Management System(BMS),developed and simulated in MATLAB/Simulink,to increase optimality in energy flow,battery health,and impractical scheduling within the IoEV environment.The system operates through real-time communication,load scheduling based on priorities,and adaptive charging based on batterymathematically computed State of Charge(SOC),State of Health(SOH),and thermal state,with bidirectional power flow(V2G),thus allowing EVs’participation towards grid stabilization.Simulation results revealed that the proposed model can reduce peak grid load by 37.8%;charging efficiency is enhanced by 92.6%;battery temperature lessened by 4.4℃;SOH extended over 100 cycles by 6.5%,if compared against the conventional technique.By this way,charging time was decreased by 12.4% and energy costs dropped by more than 20%.These results showed that smart charging with intelligent BMS can boost greatly the operational efficiency and sustainability of the IoEV ecosystem. 展开更多
关键词 Battery management system internet of electric vehicles MATLAB/SIMULINK smart charging state of charge vehicle-TO-GRID
在线阅读 下载PDF
China’s Automotive Manufacturing:Regional Competition in the Electric Vehicle Era
3
作者 Ming He 《China's Foreign Trade》 2026年第1期42-43,共2页
According to the China Association of Automobile Manufacturers (CAAM),China's auto industry reached record highs in 2025,with production and sales at 34.53 million and 34.4 million vehicles,respectively.This secur... According to the China Association of Automobile Manufacturers (CAAM),China's auto industry reached record highs in 2025,with production and sales at 34.53 million and 34.4 million vehicles,respectively.This secured China's position as the world's largest auto market for the 17th year in a row. 展开更多
关键词 China Association Automobile Manufacturers SALES electric vehicle auto market automotive manufacturing production auto industry
在线阅读 下载PDF
Study on life prediction method for rail vehicle critical components based on deep learning models and track load spectra
4
作者 Haitao Hu Quanwei Che +2 位作者 Weihua Wang Xiaojun Wang Ziming Wang 《High-Speed Railway》 2026年第1期10-20,共11页
Deep learning and fatigue life prediction remain focal research areas in rail vehicle engineering.This study addresses the vibration fatigue of wheelset lifting lug in Chengdu Metro Line 1 bogies,aiming to develop a f... Deep learning and fatigue life prediction remain focal research areas in rail vehicle engineering.This study addresses the vibration fatigue of wheelset lifting lug in Chengdu Metro Line 1 bogies,aiming to develop a fatigue life prediction method for critical bogie components using deep learning models and measured track load spectra.Extensive field tests on Chengdu Metro Line 1 were conducted to acquire acceleration and stress response data of the wheelset lifting lug,generating training samples for the neural network system.Component stress responses were calculated via time-domain track acceleration and validated against in-situ stress measurements.Results show that neural network-fitted dynamic stress values exhibit excellent consistency with measured data,with errors constrained within 5%.This study validates the proposed small-sample deep learning approach as an effective and accurate solution for fatigue life prediction of critical bogie components under operational load conditions. 展开更多
关键词 Railway vehicle Deep learning Neural network Life prediction Vibration fatigue
在线阅读 下载PDF
HS-APF-RRT*: An Off-Road Path-Planning Algorithm for Unmanned Ground Vehicles Based on Hierarchical Sampling and an Enhanced Artificial Potential Field
5
作者 Zhenpeng Jiang Qingquan Liu Ende Wang 《Computers, Materials & Continua》 2026年第1期1218-1235,共18页
Rapidly-exploring Random Tree(RRT)and its variants have become foundational in path-planning research,yet in complex three-dimensional off-road environments their uniform blind sampling and limited safety guarantees l... Rapidly-exploring Random Tree(RRT)and its variants have become foundational in path-planning research,yet in complex three-dimensional off-road environments their uniform blind sampling and limited safety guarantees lead to slow convergence and force an unfavorable trade-off between path quality and traversal safety.To address these challenges,we introduce HS-APF-RRT*,a novel algorithm that fuses layered sampling,an enhanced Artificial Potential Field(APF),and a dynamic neighborhood-expansion mechanism.First,the workspace is hierarchically partitioned into macro,meso,and micro sampling layers,progressively biasing random samples toward safer,lower-energy regions.Second,we augment the traditional APF by incorporating a slope-dependent repulsive term,enabling stronger avoidance of steep obstacles.Third,a dynamic expansion strategy adaptively switches between 8 and 16 connected neighborhoods based on local obstacle density,striking an effective balance between search efficiency and collision-avoidance precision.In simulated off-road scenarios,HS-APF-RRT*is benchmarked against RRT*,GoalBiased RRT*,and APF-RRT*,and demonstrates significantly faster convergence,lower path-energy consumption,and enhanced safety margins. 展开更多
关键词 RRT* APF path planning OFF-ROAD Unmanned Ground vehicle(UGV)
在线阅读 下载PDF
Numerical approach for radiative-heat-transfer of a reusable liquid-propellant launch vehicle
6
作者 Zhenhua ZHOU Qian WAN +2 位作者 Lei SHI Guang ZUO Yuhong CUI 《Chinese Journal of Aeronautics》 2026年第1期95-110,共16页
The radiative heat flux of the plume from reusable rockets is a critical parameter during the launch and return processes.This paper proposes a method for calculating radiative heat flux with higher accuracy than prev... The radiative heat flux of the plume from reusable rockets is a critical parameter during the launch and return processes.This paper proposes a method for calculating radiative heat flux with higher accuracy than previously reported for a recoverable nine-engine liquid-propellant rocket.Based on the Radiative Transfer Equation(RTE),this study employs the discrete transfer method to solve the transient RTE problem using physical properties to describe the problem while avoiding the need to directly solve mathematical equations.The proposed method can effectively determine the radiative heat flux of the flow field and is applicable to problems involving various geometries.Calculations reveal that during the ascent phase of the rocket,the radiative heat flux at the base of the vehicle reaches its maximum in the initial stages of the lift-off,reaching a maximum of~50 kW/m^(2),which is 2.24 times the maximum value during the return phase.During the deceleration stage of re-entry into the atmosphere,the maximum radiative heat flux recorded on the sidewall of the rocket is 29.1 kW/m^(2);the maximum heat flux on the bottom surface is approximately 22.3 kW/m^(2),accounting for 76.6%of that on the rocket's sidewall.This provides a basis for the thermal protection design of the rocket's bottom and walls as well as for the thermal management of cryogenic propellant tanks.Future research will involve ground engine testing and flight experiments to further validate the proposed model. 展开更多
关键词 HITEMP2010 Liquid propulsion Radiant heat flux Radiative transfer equation Retroplume Reusable launch vehicle
原文传递
A Regional Distribution Network Coordinated Optimization Strategy for Electric Vehicle Clusters Based on Parametric Deep Reinforcement Learning
7
作者 Lei Su Wanli Feng +4 位作者 Cao Kan Mingjiang Wei Jihai Wang Pan Yu Lingxiao Yang 《Energy Engineering》 2026年第3期195-214,共20页
To address the high costs and operational instability of distribution networks caused by the large-scale integration of distributed energy resources(DERs)(such as photovoltaic(PV)systems,wind turbines(WT),and energy s... To address the high costs and operational instability of distribution networks caused by the large-scale integration of distributed energy resources(DERs)(such as photovoltaic(PV)systems,wind turbines(WT),and energy storage(ES)devices),and the increased grid load fluctuations and safety risks due to uncoordinated electric vehicles(EVs)charging,this paper proposes a novel dual-scale hierarchical collaborative optimization strategy.This strategy decouples system-level economic dispatch from distributed EV agent control,effectively solving the resource coordination conflicts arising from the high computational complexity,poor scalability of existing centralized optimization,or the reliance on local information decision-making in fully decentralized frameworks.At the lower level,an EV charging and discharging model with a hybrid discrete-continuous action space is established,and optimized using an improved Parameterized Deep Q-Network(PDQN)algorithm,which directly handles mode selection and power regulation while embedding physical constraints to ensure safety.At the upper level,microgrid(MG)operators adopt a dynamic pricing strategy optimized through Deep Reinforcement Learning(DRL)to maximize economic benefits and achieve peak-valley shaving.Simulation results show that the proposed strategy outperforms traditional methods,reducing the total operating cost of the MG by 21.6%,decreasing the peak-to-valley load difference by 33.7%,reducing the number of voltage limit violations by 88.9%,and lowering the average electricity cost for EV users by 15.2%.This method brings a win-win result for operators and users,providing a reliable and efficient scheduling solution for distribution networks with high renewable energy penetration rates. 展开更多
关键词 Power system regional distributed energy electric vehicle deep reinforcement learning collaborative optimization
在线阅读 下载PDF
Solving Multi-Depot Vehicle Routing Problems with Dynamic Customer Demand Using a Scheduling System TS-DPU Based on TS-ACO
8
作者 Tsu-Yang Wu Chengyuan Yu +2 位作者 Yanan Zhao Saru Kumari Chien-Ming Chen 《Computers, Materials & Continua》 2026年第3期2244-2268,共25页
With the increasing complexity of logistics operations,traditional static vehicle routing models are no longer sufficient.In practice,customer demands often arise dynamically,and multi-depot systems are commonly used ... With the increasing complexity of logistics operations,traditional static vehicle routing models are no longer sufficient.In practice,customer demands often arise dynamically,and multi-depot systems are commonly used to improve efficiency.This paper first introduces a vehicle routing problem with the goal of minimizing operating costs in a multi-depot environment with dynamic demand.New customers appear in the delivery process at any time and are periodically optimized according to time slices.Then,we propose a scheduling system TS-DPU based on an improved ant colony algorithm TS-ACO to solve this problem.The classical ant colony algorithm uses spatial distance to select nodes,while TS-ACO considers the impact of both temporal and spatial distance on node selection.Meanwhile,we adopt Cordeau’s Multi-Depot Vehicle Routing Problem with Time Windows(MDVRPTW)dataset to evaluate the performance of our system.According to the experimental results,TS-ACO,which considers spatial and temporal distance,is more effective than the classical ACO,which only considers spatial distance. 展开更多
关键词 Dynamic vehicle routing multiple depots ant colony optimization temporal-spatial distance time slice
在线阅读 下载PDF
Design and experimental verification of a large-scale coupled morphing-wing mechanism for hypersonic vehicles
9
作者 Yanbing Wang Honghao Yue +5 位作者 Xueting Pan Jun Wu Fei Yang Yong Zhao Xue Bai Jicheng Liu 《Defence Technology(防务技术)》 2026年第2期125-141,共17页
Hypersonic morphing vehicle(HMV)can reconfigure aerodynamic geometries in real time,adapting to diverse needs like multi-mission profiles and wide-speed-range flight,spanwise morphing and sweep angle variation are rep... Hypersonic morphing vehicle(HMV)can reconfigure aerodynamic geometries in real time,adapting to diverse needs like multi-mission profiles and wide-speed-range flight,spanwise morphing and sweep angle variation are representative large-scale wing reconfiguration modes.To meet the HMV's need for an increased lift and a lift to drag ratio during hypersonic maneuverability and cruise or reentry equilibrium glide,this paper proposes an innovative single-DOF coupled morphing-wing system.We then systematically analyze its open-loop kinematics and closed-loop connectivity constraints,and the proposed system integrates three functional modules:the preset locking/release mechanism,the coupled morphing-wing mechanism,and the integrated wing locking with active stiffness control mechanism.Experimental validation confirms stable,continuous morphing under simulated aerodynamic loads.The experimental results indicate:(i)SMA actuators exhibit response times ranging from 18 s to 160 s,providing sufficient force output for wing unlocking;(ii)The integrated wing locking with active stiffness control mechanism effectively secures wing positions while eliminating airframe clearance via SMA actuation,improving the first-order natural frequency by more than 17%;(iii)The distributed aerodynamic loading system enables precise multi-stage follow-up loading during morphing,with the coupled morphing wing maintaining stable,continuous operation under 0-3500 N normal loads and 110-140 N axial force.The proposed single-DOF coupled morphing mechanism not only simplifies and improves structural efficiency but also demonstrates superior performance in locking control,stiffness enhancement,and aerodynamic responsiveness.This establishes a foundational framework for the design of future intelligent morphing configurations and the implementation of flight control systems. 展开更多
关键词 Hypersonic vehicle Coupled morphing wing Locking/release Active stiffness control Distributed loading
在线阅读 下载PDF
Extreme Attitude Prediction of Amphibious Vehicles Based on Improved Transformer Model and Extreme Loss Function
10
作者 Qinghuai Zhang Boru Jia +3 位作者 Zhengdao Zhu Jianhua Xiang Yue Liu Mengwei Li 《哈尔滨工程大学学报(英文版)》 2026年第1期228-238,共11页
Amphibious vehicles are more prone to attitude instability compared to ships,making it crucial to develop effective methods for monitoring instability risks.However,large inclination events,which can lead to instabili... Amphibious vehicles are more prone to attitude instability compared to ships,making it crucial to develop effective methods for monitoring instability risks.However,large inclination events,which can lead to instability,occur frequently in both experimental and operational data.This infrequency causes events to be overlooked by existing prediction models,which lack the precision to accurately predict inclination attitudes in amphibious vehicles.To address this gap in predicting attitudes near extreme inclination points,this study introduces a novel loss function,termed generalized extreme value loss.Subsequently,a deep learning model for improved waterborne attitude prediction,termed iInformer,was developed using a Transformer-based approach.During the embedding phase,a text prototype is created based on the vehicle’s operation log data is constructed to help the model better understand the vehicle’s operating environment.Data segmentation techniques are used to highlight local data variation features.Furthermore,to mitigate issues related to poor convergence and slow training speeds caused by the extreme value loss function,a teacher forcing mechanism is integrated into the model,enhancing its convergence capabilities.Experimental results validate the effectiveness of the proposed method,demonstrating its ability to handle data imbalance challenges.Specifically,the model achieves over a 60%improvement in root mean square error under extreme value conditions,with significant improvements observed across additional metrics. 展开更多
关键词 Amphibious vehicle Attitude prediction Extreme value loss function Enhanced transformer architecture External information embedding
在线阅读 下载PDF
Re-entry gliding vehicle trajectory prediction based on maneuver detection
11
作者 HU Yudong PANG Maofeng +1 位作者 DU Qingfeng GAO Changsheng 《Journal of Systems Engineering and Electronics》 2026年第1期9-17,共9页
Re-entry gliding vehicles exhibit high maneuverability,making trajectory prediction a key factor in the effectiveness of defense systems.To overcome the limited fitting accuracy of existing methods and their poor adap... Re-entry gliding vehicles exhibit high maneuverability,making trajectory prediction a key factor in the effectiveness of defense systems.To overcome the limited fitting accuracy of existing methods and their poor adaptability to maneuver mode mutations,a trajectory prediction method is proposed that integrates online maneuver mode identification with dynamic modeling.Characteristic parameters are extracted from tracking data for parameterized modeling,enabling real-time identification of maneuver modes.In addition,a maneuver detection mechanism based on higher-order cumulants is introduced to detect lateral maneuver mutations and optimize the use of historical data.Simulation results show that the proposed method achieves accurate trajectory prediction during the glide phase and maintains high accuracy under maneuver mutations,significantly enhancing the prediction performance of both three-dimensional trajectories and ground tracks. 展开更多
关键词 trajectory prediction re-entry gliding vehicle maneuver mode identification maneuver detection
在线阅读 下载PDF
Multi-dynamic torque coordination control strategy for a power-split hybrid electric vehicle during mode shift
12
作者 Kun Huang Weida Wang +2 位作者 Jiankang Cheng Chao Yang Changle Xiang 《Chinese Journal of Mechanical Engineering》 2026年第1期486-495,共10页
Mode shift is a special mechanism for a power-split hybrid electric vehicle(HEV)to realise electrically variable transmission,but the sudden change of equivalent inertia caused by topological configuration recombinati... Mode shift is a special mechanism for a power-split hybrid electric vehicle(HEV)to realise electrically variable transmission,but the sudden change of equivalent inertia caused by topological configuration recombination during mode shift induces a significant torque shock.Therefore,a smooth transient process,among other concerns,typically associated with this category of vehicles,is of great importance.The present research aims to introduce a novel control strategy to manage the dynamic torque of multiple power sources and therefore im-prove ride comfort.To this end,a dynamic model of the objective power-split HEV is first built.To resolve the contention between vehicle jerk and clutch friction loss,a model predictive control(MPC)combined with control allocation(CA)is then designed for the clutch-engaged phase.To reduce the torque fluctuation caused by the inertia torques of multiple power sources,a dynamic compensation control strategy(DCcs)that coordinates motorgenerator torque to compensate for the transition torque is proposed for the brake-disengaged phase.Finally,the proposed control strategy is validated by simulation and bench test,and results show great potential in reducing shift duration,torque variation,vehicle jerk and friction loss(the simulation results show decreases of 22%,39%,83%and 53%,and the experimental results show decreases of 21%,74%,77%,and 59%,re-spectively),thereby improving shift quality. 展开更多
关键词 Power-split hybrid electric vehicle Mode shift Model predictive control Control allocation Dynamic compensation control
在线阅读 下载PDF
Research on Integrating Deep Learning-Based Vehicle Brand and Model Recognition into a Police Intelligence Analysis Platform
13
作者 Shih-Lin Lin Cheng-Wei Li 《Computers, Materials & Continua》 2026年第2期785-804,共20页
This study focuses on developing a deep learning model capable of recognizing vehicle brands and models,integrated with a law enforcement intelligence platform to overcome the limitations of existing license plate rec... This study focuses on developing a deep learning model capable of recognizing vehicle brands and models,integrated with a law enforcement intelligence platform to overcome the limitations of existing license plate recognition techniques—particularly in handling counterfeit,obscured,or absent plates.The research first entailed collecting,annotating,and classifying images of various vehiclemodels,leveraging image processing and feature extraction methodologies to train themodel on Microsoft Custom Vision.Experimental results indicate that,formost brands and models,the system achieves stable and relatively high performance in Precision,Recall,and Average Precision(AP).Furthermore,simulated tests involving illicit vehicles reveal that,even in cases of reassigned,concealed,or missing license plates,the model can rely on exterior body features to effectively identify vehicles,reducing dependence on plate-specific data.In practical law enforcement scenarios,these findings can accelerate investigations of stolen or forged plates and enhance overall accuracy.In conclusion,continued collection of vehicle images across broadermodel types,production years,and modification levels—along with refined annotation processes and parameter adjustment strategies—will further strengthen themethod’s applicability within law enforcement intelligence platforms,facilitating more precise and comprehensive vehicle recognition and control in real-world operations. 展开更多
关键词 Deep learning vehicle brand-model recognition license plate anomalies(counterfeit/obscured) law enforcement intelligence data augmentation
在线阅读 下载PDF
Autonomous dispatch trajectory planning of carrier-based vehicles:An iterative safe dispatch corridor framework
14
作者 Keyan Li Xin Li +7 位作者 Yu Wu Zhilong Deng Yan Wang Yishuo Meng Bai Li Xichao Su Lei Wang Xinwei Wang 《Defence Technology(防务技术)》 2026年第2期83-95,共13页
As carrier aircraft sortie frequency and flight deck operational density increase,autonomous dispatch trajectory planning for carrier-based vehicles demands efficient,safe,and kinematically feasible solutions.This pap... As carrier aircraft sortie frequency and flight deck operational density increase,autonomous dispatch trajectory planning for carrier-based vehicles demands efficient,safe,and kinematically feasible solutions.This paper presents an Iterative Safe Dispatch Corridor(iSDC)framework,addressing the suboptimality of the traditional SDC method caused by static corridor construction and redundant obstacle exploration.First,a Kinodynamic-Informed-Bidirectional Rapidly-exploring Random Tree Star(KIBRRT^(*))algorithm is proposed for the front-end coarse planning.By integrating bidirectional tree expansion,goal-biased elliptical sampling,and artificial potential field guidance,it reduces unnecessary exploration near concave obstacles and generates kinematically admissible paths.Secondly,the traditional SDC is implemented in an iterative manner,and the obtained trajectory in the current iteration is fed into the next iteration for corridor generation,thus progressively improving the quality of withincorridor constraints.For tractors,a reverse-motion penalty function is incorporated into the back-end optimizer to prioritize forward driving,aligning with mechanical constraints and human operational preferences.Numerical validations on the data of Gerald R.Ford-class carrier demonstrate that the KIBRRT^(*)reduces average computational time by 75%and expansion nodes by 25%compared to conventional RRT^(*)algorithms.Meanwhile,the iSDC framework yields more time-efficient trajectories for both carrier aircraft and tractors,with the dispatch time reduced by 31.3%and tractor reverse motion proportion decreased by 23.4%relative to traditional SDC.The presented framework offers a scalable solution for autonomous dispatch in confined and safety-critical environment,and an illustrative animation is available at bilibili.com/video/BV1tZ7Zz6Eyz.Moreover,the framework can be easily extended to three-dimension scenarios,and thus applicable for trajectory planning of aerial and underwater vehicles. 展开更多
关键词 Autonomous dispatch trajectory planning Carrier-based vehicle Optimal control RRT^(*) Safe dispatch corridor
在线阅读 下载PDF
Advanced Video Processing and Data Transmission Technology for Unmanned Ground Vehicles in the Internet of Battlefield Things(loBT)
15
作者 Tai Liu Mao Ye +3 位作者 Feng Wu Chao Zhu Bo Chen Guoyan Zhang 《Computers, Materials & Continua》 2026年第3期961-983,共23页
With the continuous advancement of unmanned technology in various application domains,the development and deployment of blind-spot-free panoramic video systems have gained increasing importance.Such systems are partic... With the continuous advancement of unmanned technology in various application domains,the development and deployment of blind-spot-free panoramic video systems have gained increasing importance.Such systems are particularly critical in battlefield environments,where advanced panoramic video processing and wireless communication technologies are essential to enable remote control and autonomous operation of unmanned ground vehicles(UGVs).However,conventional video surveillance systems suffer from several limitations,including limited field of view,high processing latency,low reliability,excessive resource consumption,and significant transmission delays.These shortcomings impede the widespread adoption of UGVs in battlefield settings.To overcome these challenges,this paper proposes a novel multi-channel video capture and stitching system designed for real-time video processing.The system integrates the Speeded-Up Robust Features(SURF)algorithm and the Fast Library for Approximate Nearest Neighbors(FLANN)algorithm to execute essential operations such as feature detection,descriptor computation,image matching,homography estimation,and seamless image fusion.The fused panoramic video is then encoded and assembled to produce a seamless output devoid of stitching artifacts and shadows.Furthermore,H.264 video compression is employed to reduce the data size of the video stream without sacrificing visual quality.Using the Real-Time Streaming Protocol(RTSP),the compressed stream is transmitted efficiently,supporting real-time remote monitoring and control of UGVs in dynamic battlefield environments.Experimental results indicate that the proposed system achieves high stability,flexibility,and low latency.With a wireless link latency of 30 ms,the end-to-end video transmission latency remains around 140 ms,enabling smooth video communication.The system can tolerate packet loss rates(PLR)of up to 20%while maintaining usable video quality(with latency around 200 ms).These properties make it well-suited for mobile communication scenarios demanding high real-time video performance. 展开更多
关键词 Unmanned ground vehicle(UGV)communication video compression packet loss rate(PLR) video latency video quality
在线阅读 下载PDF
Overcoming Dynamic Connectivity in Internet of Vehicles:A DAG Lattice Blockchain with Reputation-Based Incentive
16
作者 Xiaodong Zhang Wenhan Hou +2 位作者 Juanjuan Wang Leixiao Li Pengfei Yue 《Computers, Materials & Continua》 2026年第2期1803-1822,共20页
Blockchain offers a promising solution to the security challenges faced by the Internet of Vehicles(IoV).However,due to the dynamic connectivity of IoV,blockchain based on a single-chain structure or Directed Acyclic ... Blockchain offers a promising solution to the security challenges faced by the Internet of Vehicles(IoV).However,due to the dynamic connectivity of IoV,blockchain based on a single-chain structure or Directed Acyclic Graph(DAG)structure often suffer from performance limitations.The DAG lattice structure is a novel blockchain model in which each node maintains its own account chain,and only the node itself is allowed to update it.This feature makes the DAG lattice structure particularly suitable for addressing the challenges in dynamically connected IoV environment.In this paper,we propose a blockchain architecture based on the DAG lattice structure,specifically designed for dynamically connected IoV.In the proposed system,nodes must obtain authorization from a trusted authority before joining,forming a permissioned blockchain.Each node is assigned an individual account chain,allowing vehicles with limited storage capacity to participate in the blockchain by storing transactions only from nearby vehicles’account chains.Every transmitted message is treated as a transaction and added to the blockchain,enablingmore efficient data transmission in a dynamic network environment.Areputation-based incentivemechanism is introduced to encourage nodes to behave normally.Experimental results demonstrate that the proposed architecture achieves better performance compared with traditional single-chain and DAG-based approaches in terms of average transmission delay and storage cost. 展开更多
关键词 Blockchain Internet of vehicles dynamic connectivity DAG lattice INCENTIVE
在线阅读 下载PDF
Research on Electric Vehicle Charging Optimization Strategy Based on Improved Crossformer for Carbon Emission Factor Prediction
17
作者 Hongyu Wang Wenwu Cui +4 位作者 Kai Cui Zixuan Meng BinLi Wei Zhang Wenwen Li 《Energy Engineering》 2026年第1期332-355,共24页
To achieve low-carbon regulation of electric vehicle(EV)charging loads under the“dual carbon”goals,this paper proposes a coordinated scheduling strategy that integrates dynamic carbon factor prediction and multiobje... To achieve low-carbon regulation of electric vehicle(EV)charging loads under the“dual carbon”goals,this paper proposes a coordinated scheduling strategy that integrates dynamic carbon factor prediction and multiobjective optimization.First,a dual-convolution enhanced improved Crossformer prediction model is constructed,which employs parallel 1×1 global and 3×3 local convolutionmodules(Integrated Convolution Block,ICB)formultiscale feature extraction,combinedwith anAdaptive Spectral Block(ASB)to enhance time-series fluctuationmodeling.Based on high-precision predictions,a carbon-electricity cost joint optimization model is further designed to balance economic,environmental,and grid-friendly objectives.The model’s superiority was validated through a case study using real-world data from a renewable-heavy grid.Simulation results show that the proposed multi-objective strategy demonstrated a superior balance compared to baseline and benchmark models,achieving a 15.8%reduction in carbon emissions and a 5.2%reduction in economic costs,while still providing a substantial 22.2%reduction in the peak-valley difference.Its balanced performance significantly outperformed both a single-objective strategy and a state-of-the-art Model Predictive Control(MPC)benchmark,highlighting the advantage of a global optimization approach.This study provides theoretical and technical pathways for dynamic carbon factor-driven EV charging optimization. 展开更多
关键词 Carbon factor prediction electric vehicles ordered charging multi-objective optimization Crossformer
在线阅读 下载PDF
FSL-TM:Review on the Integration of Federated Split Learning with TinyML in the Internet of Vehicles
18
作者 Meenakshi Aggarwal Vikas Khullar Nitin Goyal 《Computers, Materials & Continua》 2026年第2期290-320,共31页
The Internet of Vehicles,or IoV,is expected to lessen pollution,ease traffic,and increase road safety.IoV entities’interconnectedness,however,raises the possibility of cyberattacks,which can have detrimental effects.... The Internet of Vehicles,or IoV,is expected to lessen pollution,ease traffic,and increase road safety.IoV entities’interconnectedness,however,raises the possibility of cyberattacks,which can have detrimental effects.IoV systems typically send massive volumes of raw data to central servers,which may raise privacy issues.Additionally,model training on IoV devices with limited resources normally leads to slower training times and reduced service quality.We discuss a privacy-preserving Federated Split Learning with Tiny Machine Learning(TinyML)approach,which operates on IoV edge devices without sharing sensitive raw data.Specifically,we focus on integrating split learning(SL)with federated learning(FL)and TinyML models.FL is a decentralisedmachine learning(ML)technique that enables numerous edge devices to train a standard model while retaining data locally collectively.The article intends to thoroughly discuss the architecture and challenges associated with the increasing prevalence of SL in the IoV domain,coupled with FL and TinyML.The approach starts with the IoV learning framework,which includes edge computing,FL,SL,and TinyML,and then proceeds to discuss how these technologies might be integrated.We elucidate the comprehensive operational principles of Federated and split learning by examining and addressingmany challenges.We subsequently examine the integration of SL with FL and various applications of TinyML.Finally,exploring the potential integration of FL and SL with TinyML in the IoV domain is referred to as FSL-TM.It is a superior method for preserving privacy as it conducts model training on individual devices or edge nodes,thereby obviating the necessity for centralised data aggregation,which presents considerable privacy threats.The insights provided aim to help both researchers and practitioners understand the complicated terrain of FL and SL,hence facilitating advancement in this swiftly progressing domain. 展开更多
关键词 Machine learning federated learning split learning TinyML internet of vehicles
在线阅读 下载PDF
A Multi-Objective Adaptive Car-Following Framework for Autonomous Connected Vehicles with Deep Reinforcement Learning
19
作者 Abu Tayab Yanwen Li +5 位作者 Ahmad Syed Ghanshyam G.Tejani Doaa Sami Khafaga El-Sayed M.El-kenawy Amel Ali Alhussan Marwa M.Eid 《Computers, Materials & Continua》 2026年第2期1311-1337,共27页
Autonomous connected vehicles(ACV)involve advanced control strategies to effectively balance safety,efficiency,energy consumption,and passenger comfort.This research introduces a deep reinforcement learning(DRL)-based... Autonomous connected vehicles(ACV)involve advanced control strategies to effectively balance safety,efficiency,energy consumption,and passenger comfort.This research introduces a deep reinforcement learning(DRL)-based car-following(CF)framework employing the Deep Deterministic Policy Gradient(DDPG)algorithm,which integrates a multi-objective reward function that balances the four goals while maintaining safe policy learning.Utilizing real-world driving data from the highD dataset,the proposed model learns adaptive speed control policies suitable for dynamic traffic scenarios.The performance of the DRL-based model is evaluated against a traditional model predictive control-adaptive cruise control(MPC-ACC)controller.Results show that theDRLmodel significantly enhances safety,achieving zero collisions and a higher average time-to-collision(TTC)of 8.45 s,compared to 5.67 s for MPC and 6.12 s for human drivers.For efficiency,the model demonstrates 89.2% headway compliance and maintains speed tracking errors below 1.2 m/s in 90% of cases.In terms of energy optimization,the proposed approach reduces fuel consumption by 5.4% relative to MPC.Additionally,it enhances passenger comfort by lowering jerk values by 65%,achieving 0.12 m/s3 vs.0.34 m/s3 for human drivers.A multi-objective reward function is integrated to ensure stable policy convergence while simultaneously balancing the four key performance metrics.Moreover,the findings underscore the potential of DRL in advancing autonomous vehicle control,offering a robust and sustainable solution for safer,more efficient,and more comfortable transportation systems. 展开更多
关键词 Car-following model DDPG multi-objective framework autonomous connected vehicles
在线阅读 下载PDF
Aerial Images for Intelligent Vehicle Detection and Classification via YOLOv11 and Deep Learner
20
作者 Ghulam Mujtaba Wenbiao Liu +3 位作者 Mohammed Alshehri Yahya AlQahtani Nouf Abdullah Almujally Hui Liu 《Computers, Materials & Continua》 2026年第1期1703-1721,共19页
As urban landscapes evolve and vehicular volumes soar,traditional traffic monitoring systems struggle to scale,often failing under the complexities of dense,dynamic,and occluded environments.This paper introduces a no... As urban landscapes evolve and vehicular volumes soar,traditional traffic monitoring systems struggle to scale,often failing under the complexities of dense,dynamic,and occluded environments.This paper introduces a novel,unified deep learning framework for vehicle detection,tracking,counting,and classification in aerial imagery designed explicitly for modern smart city infrastructure demands.Our approach begins with adaptive histogram equalization to optimize aerial image clarity,followed by a cutting-edge scene parsing technique using Mask2Former,enabling robust segmentation even in visually congested settings.Vehicle detection leverages the latest YOLOv11 architecture,delivering superior accuracy in aerial contexts by addressing occlusion,scale variance,and fine-grained object differentiation.We incorporate the highly efficient ByteTrack algorithm for tracking,enabling seamless identity preservation across frames.Vehicle counting is achieved through an unsupervised DBSCAN-based method,ensuring adaptability to varying traffic densities.We further introduce a hybrid feature extraction module combining Convolutional Neural Networks(CNNs)with Zernike Moments,capturing both deep semantic and geometric signatures of vehicles.The final classification is powered by NASNet,a neural architecture search-optimized model,ensuring high accuracy across diverse vehicle types and orientations.Extensive evaluations of the VAID benchmark dataset demonstrate the system’s outstanding performance,achieving 96%detection,94%tracking,and 96.4%classification accuracy.On the UAVDT dataset,the system attains 95%detection,93%tracking,and 95%classification accuracy,confirming its robustness across diverse aerial traffic scenarios.These results establish new benchmarks in aerial traffic analysis and validate the framework’s scalability,making it a powerful and adaptable solution for next-generation intelligent transportation systems and urban surveillance. 展开更多
关键词 Traffic management YOLOv11 autonomous vehicles intelligent traffic systems NASNet zernike moments
在线阅读 下载PDF
上一页 1 2 242 下一页 到第
使用帮助 返回顶部