REVIEW 5 major objections 5 minor 57 references
Onboard vision-language inference on a UAV can be made efficient by choosing per-user image resolution and transmit power at session level and letting an LLM-refined, risk-aware reward guide the drone's trajectory, cutting worst-case task l
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 10:21 UTC pith:EPLA5QHR
load-bearing objection A plausible framework for resolution–power–trajectory optimization in UAV VLM inference, but the central KKT-based optimality proof has a load-bearing gap that undercuts the numerical claims until fixed. the 5 major comments →
Efficient Onboard Vision-Language Inference in UAV-Enabled Low-Altitude Economy Networks via LLM-Enhanced Optimization
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
On the paper's own terms, the discovery is that the accuracy–efficiency trade-off of vision-language models is an exploitable degree of freedom for aerial networks. Image resolution saturates in accuracy, so the smallest resolution that meets each user's accuracy constraint dominates higher ones in both payload and processing time; this makes resolution selection a lightweight branch-and-bound lookup. Given that resolution, power allocation under a fixed-session channel becomes convex, with a closed-form KKT solution and a one-dimensional bisection. The remaining trajectory problem is solved by PPO, but instead of a hand-crafted penalty the agent maximizes an LLM-generated reward that is the
What carries the argument
Two coupled mechanisms carry the argument. (1) ARPO: a lookup table of measured accuracy and inference speed per resolution converts the accuracy constraint into a finite search; branch-and-bound picks the minimal feasible resolution, and after substituting it the power subproblem is convex, so KKT conditions give power as a closed-form function of a single latency parameter, found by bisection. (2) LLaRA: a large language model, prompted with the system model and evaluation feedback, generates and iteratively refines candidate reward functions; the selected “risk-aware” reward is the negative empirical quantile of unfinished data plus a throughput term and a distance-to-bottleneck-user term
Load-bearing premise
The load-bearing premise is that each user's image resolution and transmit power stay fixed for the whole upload session and that the uplink channel can be evaluated once at the session's start as a constant rate; if the channel changes materially during an upload, the claimed optimality of the resolution–power allocation no longer holds.
What would settle it
Run the same system with strong per-slot small-scale fading while the drone is moving, and compare ARPO's fixed session-level resolution and power choice against a version that re-optimizes power each slot: if per-slot re-optimization cuts worst-case latency by more than a small margin, the constant-rate assumption behind ARPO's optimality is violated.
If this is right
- The smallest resolution meeting an accuracy requirement is always preferable for a fixed power budget, since accuracy gains saturate while payload and inference time grow.
- A mixed-integer, non-convex joint allocation problem can be decomposed into a convex power subproblem and a DRL trajectory subproblem, turning an NP-hard problem into tractable components.
- Using a tail-risk (quantile) reward instead of a mean-backlog reward makes the learned trajectory align with worst-case latency rather than average performance.
- LLM-refined reward design improves both convergence speed and final latency relative to manually designed rewards, with zero added latency during deployment.
- The same allocation choices generalize across user batches, allowing the UAV to continue serving successive groups without returning to base.
Where Pith is reading between the lines
- Because ARPO relies on a constant-rate approximation, the framework's edge is largest when channels change slowly; a slot-level re-optimization or predictive channel model would be a natural extension the authors do not explore.
- The offline LLM reward loop is transferable to other multi-user scheduling MDPs: any system with a straggler or tail objective could adopt the quantile-plus-throughput-plus-distance reward template.
- A testable extension would be to rerun the reward loop with a different vision-language model or benchmark; the expected gain depends on how strongly that model's accuracy saturates with resolution, a claim demonstrated only for the one reference model in the paper.
- The multi-round batch experiment hints at a lifelong service formulation, but the paper does not formalize learning across batches; the LLM reward could be re-refined as user distributions shift.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a UAV-enabled Low-Altitude Economy Network in which a single UAV runs an onboard vision-language model (VLM) to serve multiple ground users. It formulates P0 (Eq. 21), a mixed-integer non-convex problem minimizing worst-case task latency plus weighted transmit power under per-user accuracy constraints, discrete resolution choices, mobility constraints, and power caps. The solution is hierarchical: ARPO (Branch-and-Bound over resolution, KKT-based closed form for power, Proposition 1, Eqs. 27-31, Algorithm 1) and LLaRA (PPO with an offline LLM-refined reward function, Eqs. 37-40). Accuracy and inference-speed lookup tables (Eqs. 45-46) come from empirical profiling of LLaVA-HR on TextVQA. Numerical results report roughly 11.7%-13.7% latency improvement over an ARPO-PPO baseline with a manually designed reward (Section VII-C, Figs. 7-8).
Significance. If the technical gaps are fixed, the paper would contribute a useful system-level model coupling the VLM resolution-accuracy-efficiency trade-off with A2G communication and UAV trajectory planning, and a concrete application of offline LLM reward design that introduces no online inference latency. Strengths worth noting: the LLaVA-HR profiling data (Eqs. 45-46) are external empirical inputs rather than fitted outputs of the optimizer; the hierarchical decomposition is plausible; the ablations over zeta, bandwidth, Pmax, and the multi-round scenario are informative. However, the central ARPO optimality proof is incomplete as written, and the reported percentage improvements are internally inconsistent, so the headline claims are not yet established.
major comments (5)
- [§IV, Proposition 1, Eqs. (27)-(31)] The closed form omits the power-cap regime. When P_n=P_max is active, iota_n>0 and stationarity (27a) gives omega_n=(zeta+iota_n)/g_n > zeta/g_n; the proof's step 'with iota_n=0' is unjustified, so Eq. (30) is not the correct stationarity condition in that regime. Counterexample (D1=10, D2=1, h1=h2=1, sigma^2=1, B=1, P_max=1, zeta=1): the true optimum is tau*=10, P1=1 (cap active), P2=2^0.1-1≈0.072; for all feasible tau>=10 the LHS of (30) is <1 (≈0.146 at tau=10), so (30) has no feasible root, and its root at tau<10 gives clamped powers violating (25a). Algorithm 1 is therefore not a correct solver of P2 as stated; an active-set procedure or a verified no-binding condition plus feasibility check is required. Also, the text calls g_n in (28) 'the derivative' of T_total, but it is the magnitude; the derivative is -g_n.
- [§IV (text before Algorithm 1) vs. Eq. (46)] The paper asserts 'the inference speed function v(r_n) is non-decreasing with resolution', which is directly contradicted by its own profiling table (46): v drops from 23.8 to 12.6 tokens/s as r_n grows from 384p to 1536p. The conclusion that the smallest feasible resolution is optimal does survive, but only because D(r_n) in (7) and T_proc=E[|A_pred|]/v(r_n) in (17) are both non-decreasing in r_n; the stated premise is false and the monotonicity argument must be rewritten, e.g., using that 1/v(r_n) and D(r_n) are non-decreasing.
- [§III-C, Assumption 1, and Eq. (22)] ARPO's optimality is derived under a channel frozen at the starting pose, replacing slot-varying rates with the constant R_n. The simulation parameters undermine the assumption's justification: with alpha=1 s, V_xy,max=100 m/s, and upload windows of ~10-15 s (Figs. 7-8), the UAV travels up to ~1.5 km while user distances are ~1 km, so the A2G gain (beta0/d^gamma, gamma=2) changes by orders of magnitude during a single upload. The simulator evaluates latency via the slot-varying model (Eqs. 5-11), so the experiments do not validate ARPO optimality for the actual P0. Please quantify the approximation error with the given parameters, or state clearly that optimality holds only for the quasi-static surrogate.
- [§V-B and §VII-C] The LLM-designed rewards are scored and refined by evaluating candidates in the same latency objective the reward is meant to optimize (Eqs. 37-40), whereas the ARPO-PPO baseline uses a single manually crafted reward with no selection or tuning budget. The claimed 11.7%-13.7% gain may thus reflect the search/refinement budget rather than the LLM's design ability. A control is needed: e.g., apply the same iterative selection to K randomly generated or hand-written rewards, or grant the manual reward an equal number of refinement rounds, before attributing the gain to the LLM.
- [§VII-C and Figs. 7-8] The reported percentages are internally inconsistent. Fig. 7(b) labels (29.7%, 10.7%, 12.2%) match the plotted values (22.65->15.92->14.21->12.48), but the surrounding text for Fig. 7 reports 27.4%, 10.8%, 11.7% - the same numbers that correctly describe Fig. 8(b) (19.73->14.32->12.78->11.29). The 13.7% improvement claimed in the convergence discussion appears in no table or figure. The headline range '11.7%-13.7%' must be recomputed consistently from a single source of truth.
minor comments (5)
- [§III-A] Typo: 'Our system model be readily extended' should read 'can be readily extended'.
- [Eq. (3a) vs. Eq. (41)] d_n[t] denotes the UAV-user distance in Eq. (3a), but is reused for remaining data size in Eq. (41) and Eq. (44). Use a distinct symbol (e.g., d_rem,n[t]) to avoid ambiguity.
- [§VII-A] The default value of zeta used in Figs. 6-8 and 10-11 is not stated; zeta enters the ARPO solution directly via Eq. (30) and is needed for reproducibility.
- [Eq. (28)] The text says g_n is the derivative of T_total w.r.t. P_n, but the expression is positive, i.e., it is the absolute value of that derivative (the derivative itself is negative). The KKT condition (27a) is consistent with the magnitude convention, so only the wording needs correction.
- [§V-B] The chain-of-thought prompting strategy is cited as [1]; the canonical reference is Wei et al., 2022. Also verify the model name 'Qwen-3-225B' in Fig. 5 against reference [56].
Circularity Check
No significant circularity: external lookup tables are inputs, ARPO/LLaRA solve well-defined problems; minor self-citations are not load-bearing.
full rationale
The claimed derivation chain is not circular by construction. Accuracy and speed mappings A_n(r_n) and v(r_n) in Eqs. (45)-(46) are externally profiled LLaVA-HR values used as inputs to P0; the optimizer does not produce them. The reductions P0->P1 (epigraph variable tau) and P1->P2 (fix r, convexify in P) are standard transformations, and Proposition 1 is a KKT solution of the stated convex subproblem. The reviewer's concrete counterexample targets an omitted active power-bound case in Eq. (30); that is a mathematical correctness/omitted-proof issue, not a definitional circularity. LLaRA's LLM reward loop scores candidate rewards in the DRL environment and selects the best (Eq. 40); reporting the trained policy's latency is reporting the result of that search. If no held-out environment is used, this raises model-selection-on-the-evaluation-metric concerns, but it is not a fitted parameter being renamed as a prediction, because the final latency is not an independent claim derived from the scores. Self-citations [1] and [14] are used for background and for standard RL/LLM context; the central objective, ARPO solution, and trajectory MDP do not rest on them, and no author-specific uniqueness theorem is invoked. The paper's statement that v(r_n) is non-decreasing is inconsistent with its own lookup table (46), but this is also a correctness/typo issue, not circularity.
Axiom & Free-Parameter Ledger
free parameters (6)
- A_n(r_n) accuracy lookup table =
59.63%, 64.36%, 67.11%, 67.96% at 384/768/1024/1536p
- v(r_n) inference speed lookup table =
23.8, 19.9, 19.7, 12.6 tokens/s at 384/768/1024/1536p
- ζ latency-power weight =
100 to 1000 in experiments
- LLM reward weights (q, μ, γ_d) =
not specified
- Expected answer length E[|A_pred|] =
not stated
- Channel/system parameter set =
a=4.88, b=0.43, γ_LoS=γ_NLoS=2, β0=-50 dB, σ²=-100 dBm, B_n=1 MHz, P_max=0.1 W
axioms (6)
- standard math Problem P2 is convex and KKT conditions give its global optimum
- domain assumption Elevation-dependent LoS/NLoS probabilistic air-to-ground channel model
- domain assumption Quasi-static channels and session-fixed (r_n, P_n) with constant rate during upload
- domain assumption The LLaVA-HR lookup tables for A_n(r_n) and v(r_n) generalize to all users and deployment conditions
- ad hoc to paper v(r_n) is non-decreasing with resolution (§IV)
- ad hoc to paper LLM-generated reward functions evaluated in the simulator yield better and more stable policies than manually designed rewards
read the original abstract
The rapid advancement of Low-Altitude Economy Networks (LAENets) has enabled a variety of applications, including aerial surveillance, environmental sensing, and semantic data collection. To support these scenarios, unmanned aerial vehicles (UAVs) equipped with onboard vision-language models (VLMs) offer a promising solution for real-time multimodal inference. However, ensuring both inference accuracy and communication efficiency remains a significant challenge due to limited onboard resources and dynamic network conditions. In this paper, we first propose a UAV-enabled LAENet system model that jointly captures UAV mobility, user-UAV communication, and the onboard visual question answering (VQA) pipeline. Based on this model, we formulate a mixed-integer non-convex optimization problem to minimize task latency and power consumption under user-specific accuracy constraints. To solve the problem, we design a hierarchical optimization framework composed of two parts: (i) an Alternating Resolution and Power Optimization (ARPO) algorithm for resource allocation under accuracy constraints, and (ii) a Large Language Model-augmented Reinforcement Learning Approach (LLaRA) for adaptive UAV trajectory optimization. The large language model (LLM) serves as an expert in refining reward design of reinforcement learning in an offline fashion, introducing no additional latency in real-time decision-making. Numerical results demonstrate the efficacy of our proposed framework in improving inference performance and communication efficiency under dynamic LAENet conditions.
Figures
Reference graph
Works this paper leans on
-
[1]
Large language model-enhanced reinforcement learning for low-altitude economy networking,
L. Cai, R. Zhang, C. Zhao, Y . Zhang, J. Kang, D. Niyato, T. Jiang, and X. Shen, “Large language model-enhanced reinforcement learning for low-altitude economy networking,”arXiv preprint arXiv:2505.21045, 2025
Pith/arXiv arXiv 2025
-
[2]
Satellite-assisted low-altitude economy networking: Concepts, applications, and opportu- nities,
S. He, J. Wang, Y .-C. Liang, G. Sun, and D. Niyato, “Satellite-assisted low-altitude economy networking: Concepts, applications, and opportu- nities,”arXiv preprint arXiv:2505.04098, 2025
Pith/arXiv arXiv 2025
-
[3]
Secure physical layer communica- tions for low-altitude economy networking: A survey,
L. Cai, J. Wang, R. Zhang, Y . Zhang, T. Jiang, D. Niyato, X. Wang, A. Jamalipour, and X. Shen, “Secure physical layer communica- tions for low-altitude economy networking: A survey,”arXiv preprint arXiv:2504.09153, 2025
Pith/arXiv arXiv 2025
-
[4]
Y . Wang, G. Sun, Z. Sun, J. Wang, J. Li, C. Zhao, J. Wu, S. Liang, M. Yin, P. Wanget al., “Toward realization of low-altitude economy networks: Core architecture, integrated technologies, and future directions,”arXiv preprint arXiv:2504.21583, 2025
Pith/arXiv arXiv 2025
-
[5]
China’s low-altitude economy soars at high speed,
C. Daily, “China’s low-altitude economy soars at high speed,” https: //www.chinadaily.com.cn/a/202412/19/WS6763b8b7a310f1265a1d3d24. html, 2024
2024
-
[6]
Ubiquitous uav communication enabled low-altitude economy: Applications, techniques, and 3gpp’s efforts,
D. He, W. Yuan, J. Wu, and R. Liu, “Ubiquitous uav communication enabled low-altitude economy: Applications, techniques, and 3gpp’s efforts,”IEEE Network, 2025
2025
-
[7]
Emerging uav technology for disaster detection, mitigation, response, and preparedness,
A. Khan, S. Gupta, and S. K. Gupta, “Emerging uav technology for disaster detection, mitigation, response, and preparedness,”Journal of Field Robotics, vol. 39, no. 6, pp. 905–955, 2022
2022
-
[8]
Visual instruction tuning,
H. Liu, C. Li, Q. Wu, and Y . J. Lee, “Visual instruction tuning,”Advances in neural information processing systems, vol. 36, 2023
2023
-
[9]
A vision– language model-based traffic sign detection method for high-resolution drone images: A case study in guyuan, china,
J. Yao, J. Li, Y . Li, M. Zhang, C. Zuo, S. Dong, and Z. Dai, “A vision– language model-based traffic sign detection method for high-resolution drone images: A case study in guyuan, china,”Sensors, 2024
2024
-
[10]
Clip-ug: Clip-driven vision-language model for uav-view geo-localization,
J. Wu and G. Feng, “Clip-ug: Clip-driven vision-language model for uav-view geo-localization,”IEEE Transactions on Consumer Electronics, 2025
2025
-
[11]
Blip-2: Bootstrapping language- image pre-training with frozen image encoders and large language models,
J. Li, D. Li, S. Savarese, and S. Hoi, “Blip-2: Bootstrapping language- image pre-training with frozen image encoders and large language models,” inInternational conference on machine learning. PMLR, 2023
2023
-
[12]
General-purpose aerial intelligent agents empowered by large language models,
J. Zhao and X. Lin, “General-purpose aerial intelligent agents empowered by large language models,”arXiv preprint arXiv:2503.08302, 2025
Pith/arXiv arXiv 2025
-
[13]
Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning,
D. Guo, D. Yang, H. Zhang, J. Song, R. Zhang, R. Xu, Q. Zhu, S. Ma, P. Wang, X. Biet al., “Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning,”arXiv preprint arXiv:2501.12948, 2025. 16
Pith/arXiv arXiv 2025
-
[14]
Embodied ai-enhanced vehicular networks: An integrated vision language models and reinforcement learning method,
R. Zhang, C. Zhao, H. Du, D. Niyato, J. Wang, S. Sawadsitang, X. Shen, and D. I. Kim, “Embodied ai-enhanced vehicular networks: An integrated vision language models and reinforcement learning method,” IEEE Transactions on Mobile Computing, pp. 1–16, 2025
2025
-
[15]
Feast your eyes: Mixture-of-resolution adaptation for multimodal large language models,
G. Luo, Y . Zhou, Y . Zhang, X. Zheng, X. Sun, and R. Ji, “Feast your eyes: Mixture-of-resolution adaptation for multimodal large language models,” arXiv preprint arXiv:2403.03003, 2024
Pith/arXiv arXiv 2024
-
[16]
6g non-terrestrial networks enabled low-altitude economy: Opportunities and challenges,
Y . Jiang, X. Li, G. Zhu, H. Li, J. Deng, K. Han, C. Shen, Q. Shi, and R. Zhang, “6g non-terrestrial networks enabled low-altitude economy: Opportunities and challenges,”arXiv preprint arXiv:2311.09047, 2023
Pith/arXiv arXiv 2023
-
[17]
Toward a sustainable low-altitude economy: A survey of energy- efficient ris-uav networks,
M. Ahmed, A. A. Soofi, F. Khan, S. Raza, W. U. Khan, L. Su, F. Xu, and Z. Han, “Toward a sustainable low-altitude economy: A survey of energy- efficient ris-uav networks,”arXiv preprint arXiv:2504.02162, 2025
arXiv 2025
-
[18]
M. M. Salim, K. M. Rabie, and A. H. Muqaibel, “Energy-efficient irreg- ular ris-aided uav-assisted optimization: A deep reinforcement learning approach,”arXiv preprint arXiv:2504.15031, 2025
arXiv 2025
-
[19]
Y . Yang, Y . Chen, J. Wang, G. Sun, and D. Niyato, “Embodied ai- empowered low altitude economy: Integrated sensing, communications, computation, and control (isc3),”arXiv preprint arXiv:2412.19996, 2024
Pith/arXiv arXiv 2024
-
[20]
Unmanned aerial vehicles based low-altitude economy with lifecycle techno-economic-environmental analysis for sustainable and smart cities,
Y . Zhou, “Unmanned aerial vehicles based low-altitude economy with lifecycle techno-economic-environmental analysis for sustainable and smart cities,”Journal of Cleaner Production, p. 145050, 2025
2025
-
[21]
Generative AI agents with large language model for satellite networks via a mixture of experts transmission,
R. Zhang, H. Du, Y . Liu, D. Niyato, J. Kang, Z. Xiong, A. Jamalipour, and D. In Kim, “Generative AI agents with large language model for satellite networks via a mixture of experts transmission,”IEEE Journal on Selected Areas in Communications, vol. 42, no. 12, 2024
2024
-
[22]
Patrol agent: An autonomous uav framework for urban patrol using on board vision language model and on cloud large language model,
Z. Yuan, F. Xie, and T. Ji, “Patrol agent: An autonomous uav framework for urban patrol using on board vision language model and on cloud large language model,” in2024 6th International Conference on Robotics and Computer Vision (ICRCV). IEEE, 2024, pp. 237–242
2024
-
[23]
Multimodal ai for uav: Vision– language models in human–machine collaboration,
M. Krup ´aˇs, L. Urbl ´ık, and I. Zolotov ´a, “Multimodal ai for uav: Vision– language models in human–machine collaboration,”Electronics, 2025
2025
-
[24]
Vision-language models for edge networks: A comprehensive survey,
A. Sharshar, L. U. Khan, W. Ullah, and M. Guizani, “Vision-language models for edge networks: A comprehensive survey,”IEEE Internet of Things Journal, 2025
2025
-
[25]
J. Huang, Y . Jin, L. An, and J. Park, “Litevlm: A low-latency vision- language model inference pipeline for resource-constrained environ- ments,”arXiv preprint arXiv:2506.07416, 2025
arXiv 2025
-
[26]
Disco: Device-server collaborative llm- based text streaming services,
T. Sun, P. Wang, and F. Lai, “Disco: Device-server collaborative llm- based text streaming services,”arXiv preprint arXiv:2502.11417, 2025
Pith/arXiv arXiv 2025
-
[27]
Perllm: Person- alized inference scheduling with edge-cloud collaboration for diverse llm services,
Z. Yang, Y . Yang, C. Zhao, Q. Guo, W. He, and W. Ji, “Perllm: Person- alized inference scheduling with edge-cloud collaboration for diverse llm services,”arXiv preprint arXiv:2405.14636, 2024
Pith/arXiv arXiv 2024
-
[28]
Distributed vlms: Efficient vision-language processing through cloud- edge collaboration,
Y . Li, D. Gumaste, M. K. Turkcan, J. Ghaderi, G. Zussman, and Z. Kostic, “Distributed vlms: Efficient vision-language processing through cloud- edge collaboration,” in2025 IEEE International Conference on Pervasive Computing and Communications Workshops and other Affiliated Events (PerCom Workshops). IEEE Computer Society, 2025, pp. 280–286
2025
-
[29]
Energy efficiency maximization in ris-assisted swipt networks with rsma: A ppo-based approach,
R. Zhang, K. Xiong, Y . Lu, P. Fan, D. W. K. Ng, and K. B. Letaief, “Energy efficiency maximization in ris-assisted swipt networks with rsma: A ppo-based approach,”IEEE Journal on Selected Areas in Communi- cations, vol. 41, no. 5, pp. 1413–1430, 2023
2023
-
[30]
Survey on large language model-enhanced reinforce- ment learning: Concept, taxonomy, and methods,
Y . Cao, H. Zhao, Y . Cheng, T. Shu, Y . Chen, G. Liu, G. Liang, J. Zhao, J. Yan, and Y . Li, “Survey on large language model-enhanced reinforce- ment learning: Concept, taxonomy, and methods,”IEEE Transactions on Neural Networks and Learning Systems, 2024
2024
-
[31]
J.-C. Pang, X.-Y . Yang, S.-H. Yang, and Y . Yu, “Natural language- conditioned reinforcement learning with inside-out task language devel- opment and translation,”arXiv preprint arXiv:2302.09368, 2023
Pith/arXiv arXiv 2023
-
[32]
Informing reinforcement learning agents by grounding language to markov decision processes,
B. A. Spiegel, Z. Yang, W. Jurayj, B. Bachmann, S. Tellex, and G. Konidaris, “Informing reinforcement learning agents by grounding language to markov decision processes,” 2024
2024
-
[33]
Reward design with language models,
M. Kwon, S. M. Xie, K. Bullard, and D. Sadigh, “Reward design with language models,”arXiv preprint arXiv:2303.00001, 2023
Pith/arXiv arXiv 2023
-
[34]
Eureka: Human-level reward design via coding large language models,
Y . J. Ma, W. Liang, G. Wang, D.-A. Huang, O. Bastani, D. Jayaraman, Y . Zhu, L. Fan, and A. Anandkumar, “Eureka: Human-level reward design via coding large language models,”arXiv preprint arXiv:2310.12931, 2023
Pith/arXiv arXiv 2023
-
[35]
Text2reward: Reward shaping with language models for reinforcement learning,
T. Xie, S. Zhao, C. H. Wu, Y . Liu, Q. Luo, V . Zhong, Y . Yang, and T. Yu, “Text2reward: Reward shaping with language models for reinforcement learning,”arXiv preprint arXiv:2309.11489, 2023
Pith/arXiv arXiv 2023
-
[36]
Pre-trained language models for interactive decision-making,
S. Li, X. Puig, C. Paxton, Y . Du, C. Wang, L. Fan, T. Chen, D.-A. Huang, E. Aky ¨urek, A. Anandkumaret al., “Pre-trained language models for interactive decision-making,”Advances in Neural Information Processing Systems, vol. 35, pp. 31 199–31 212, 2022
2022
-
[37]
Option discovery using llm-guided semantic hierarchical reinforcement learning,
C. L. Shek and P. Tokekar, “Option discovery using llm-guided semantic hierarchical reinforcement learning,”arXiv preprint arXiv:2503.19007, 2025
Pith/arXiv arXiv 2025
-
[38]
Transformer- based world models are happy with 100k interactions,
J. Robine, M. H ¨oftmann, T. Uelwer, and S. Harmeling, “Transformer- based world models are happy with 100k interactions,”arXiv preprint arXiv:2303.07109, 2023
Pith/arXiv arXiv 2023
-
[39]
Towards balancing preference and performance through adaptive personalized explainability,
A. Silva, P. Tambwekar, M. Schrum, and M. Gombolay, “Towards balancing preference and performance through adaptive personalized explainability,” inProceedings of the 2024 ACM/IEEE international conference on human-robot interaction, 2024, pp. 658–668
2024
-
[40]
Completion time minimization for multi-uav- enabled data collection,
C. Zhan and Y . Zeng, “Completion time minimization for multi-uav- enabled data collection,”IEEE Transactions on Wireless Communications, vol. 18, no. 10, pp. 4859–4872, 2019
2019
-
[41]
Towards vqa models that can read,
A. Singh, V . Natarajan, M. Shah, Y . Jiang, X. Chen, D. Batra, D. Parikh, and M. Rohrbach, “Towards vqa models that can read,” inProceedings of the IEEE/CVF conference on computer vision and pattern recognition, 2019, pp. 8317–8326
2019
-
[42]
Joint resource allocation and 3d aerial trajectory design for video streaming in uav communication systems,
C. Zhan, H. Hu, X. Sui, Z. Liu, J. Wang, and H. Wang, “Joint resource allocation and 3d aerial trajectory design for video streaming in uav communication systems,”IEEE Transactions on Circuits and Systems for Video Technology, vol. 31, no. 8, pp. 3227–3241, 2020
2020
-
[43]
Near optimum power control and precoding under fairness constraints in network mimo systems,
G. Fodor, M. Johansson, and P. Soldati, “Near optimum power control and precoding under fairness constraints in network mimo systems,” International Journal of Digital Multimedia Broadcasting, vol. 2010, no. 1, p. 251719, 2010
2010
-
[44]
Optimum power control at finite blocklength,
W. Yang, G. Caire, G. Durisi, and Y . Polyanskiy, “Optimum power control at finite blocklength,”IEEE Transactions on Information Theory, vol. 61, no. 9, pp. 4598–4615, 2015
2015
-
[45]
Energy-efficient multi-uavs cooperative trajectory optimization for communication cover- age: An madrl approach,
T. Ao, K. Zhang, H. Shi, Z. Jin, Y . Zhou, and F. Liu, “Energy-efficient multi-uavs cooperative trajectory optimization for communication cover- age: An madrl approach,”Remote Sensing, vol. 15, no. 2, p. 429, 2023
2023
-
[46]
Llava-uhd: an lmm perceiving any aspect ratio and high-resolution images,
Z. Guo, R. Xu, Y . Yao, J. Cui, Z. Ni, C. Ge, T.-S. Chua, Z. Liu, and G. Huang, “Llava-uhd: an lmm perceiving any aspect ratio and high-resolution images,” inEuropean Conference on Computer Vision. Springer, 2024, pp. 390–406
2024
-
[47]
Improved baselines with visual instruction tuning,
H. Liu, C. Li, Y . Li, and Y . J. Lee, “Improved baselines with visual instruction tuning,” inProceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2024
2024
-
[48]
Resource allocation for the training of image semantic communication networks,
Y . Li, X. Zhou, and J. Zhao, “Resource allocation for the training of image semantic communication networks,”IEEE Transactions on Wireless Communications, 2025
2025
-
[49]
A branch and bound algorithm for transmission network expansion plan- ning using nonconvex mixed-integer nonlinear programming models,
R. T. Zoppei, M. A. Delgado, L. H. Macedo, M. J. Rider, and R. Romero, “A branch and bound algorithm for transmission network expansion plan- ning using nonconvex mixed-integer nonlinear programming models,” IEEE Access, vol. 10, pp. 39 875–39 888, 2022
2022
-
[50]
Prox- imal policy optimization algorithms,
J. Schulman, F. Wolski, P. Dhariwal, A. Radford, and O. Klimov, “Prox- imal policy optimization algorithms,”arXiv preprint arXiv:1707.06347, 2017
Pith/arXiv arXiv 2017
-
[51]
Survey of hallucination in natural language generation,
Z. Ji, N. Lee, R. Frieske, T. Yu, D. Su, Y . Xu, E. Ishii, Y . J. Bang, A. Madotto, and P. Fung, “Survey of hallucination in natural language generation,”ACM computing surveys, vol. 55, no. 12, pp. 1–38, 2023
2023
-
[52]
Branch-and-bound algorithms: A survey of recent advances in searching, branching, and pruning,
D. R. Morrison, S. H. Jacobson, J. J. Sauppe, and E. C. Sewell, “Branch-and-bound algorithms: A survey of recent advances in searching, branching, and pruning,”Discrete Optimization, vol. 19, 2016
2016
-
[53]
A. Hurst, A. Lerer, A. P. Goucher, A. Perelman, A. Ramesh, A. Clark, A. Ostrow, A. Welihinda, A. Hayes, A. Radfordet al., “Gpt-4o system card,”arXiv preprint arXiv:2410.21276, 2024
Pith/arXiv arXiv 2024
-
[54]
Erfsl: An efficient reward function searcher via large language models for custom-environment multi-objective reinforcement learning (student abstract),
G. Xie, J. Xu, Y . Yang, Y . Ding, and S. Zhang, “Erfsl: An efficient reward function searcher via large language models for custom-environment multi-objective reinforcement learning (student abstract),” inProceedings of the AAAI Conference on Artificial Intelligence, vol. 39, no. 28, 2025
2025
-
[55]
Monitoring reasoning models for misbehavior and the risks of promoting obfuscation,
B. Baker, J. Huizinga, L. Gao, Z. Dou, M. Y . Guan, A. Madry, W. Zaremba, J. Pachocki, and D. Farhi, “Monitoring reasoning models for misbehavior and the risks of promoting obfuscation,”arXiv preprint arXiv:2503.11926, 2025
Pith/arXiv arXiv 2025
-
[56]
A. Yang, A. Li, B. Yang, B. Zhang, B. Hui, B. Zheng, B. Yu, C. Gao, C. Huang, C. Lvet al., “Qwen3 technical report,”arXiv preprint arXiv:2505.09388, 2025
Pith/arXiv arXiv 2025
-
[57]
A. Da ˘gas ¸an and E. Karas ¸an, “Resilient mobile multi-target surveillance using multi-hop autonomous uav networks for extended lifetime,”arXiv preprint arXiv:2311.03030, 2023
Pith/arXiv arXiv 2023
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.