• 学术搜索
  • 科研智能体
    • Research Labs
    • AI 阅读
    • AI 文库
    • 深度研究
    • 学者亮点
  • 学术资源
    • AI2000
    • 期刊/会议
    • 学者库
    • 学术API
    • 溯源树
    • 数据集
  • 知识沉淀
    • 学术空间
订阅小程序
旧版功能
aminer vip
开通会员低至0.73元/天
一次搞定AI科研
立即登录
  • English
  • 联系方式
    A

    Ajloun National University

    院校EST. 2008
    1,500论文总数
    4.7万引用总数

    论文量&引用量时间轴

    机构学者

    排序
    Malik Bader Alazzam
    Malik Bader Alazzam
    Fac Comp Sci & Informat, Amman Arab Univ
    论文:71引用:0H-index:0
    Hamzeh T. Alkasasbeh
    Hamzeh T. Alkasasbeh
    Dept Math, Ajloun Natl Univ
    论文:13引用:0H-index:0
    Robert Kennicutt
    Robert Kennicutt
    Department of Astronomy and Steward Observatory, University of Arizona
    论文:8引用:0H-index:0
    Ghazi Shakah
    Ghazi Shakah
    Information Technology Faculty, Ajloun National University (ANU)
    论文:6引用:0H-index:0
    Abd Ulazeez M. Alkouri
    Abd Ulazeez M. Alkouri
    Department of Mathematics, Ajloun National University
    论文:6引用:0H-index:0
    Brad Gibson
    Brad Gibson
    Department of Physics and Mathematics, Faculty of Science and Engineering, University of Hull;E.A. Milne Centre for Astrophysics, University of Hull
    论文:6引用:0H-index:0
    Anas Al-Masarwah
    Anas Al-Masarwah
    Fac Sci, Ajloun Natl Univ
    论文:6引用:0H-index:0
    Waleed Khalid Ibrahim
    Waleed Khalid Ibrahim
    Medical technical college, Al-Farahidi University
    论文:6引用:0H-index:0
    Mustafa Al-Taee
    Mustafa Al-Taee
    Computer Science and IT, Al-Farahidi University, Baghdad, Iraq
    论文:6引用:0H-index:0

    论文(1500)

    年份
    起
    –
    止
    排序
    1What Matters for Representation Alignment: Global Information or Spatial Structure?
    Jaskirat Singh,Xingjian Leng,Zongze Wu,Liang Zheng,Richard Zhang,Eli Shechtman,Saining Xie

    Representation alignment helps generation by distilling representations from a pretrained vision encoder to intermediate diffusion features. We investigate a fundamental question - `what aspect of the target representation matters for generation, its global information (measured by Imagenet1K accuracy) or its spatial structure (pairwise cosine similarity between patch tokens)''? Prevalent wisdom holds that stronger global performance leads to better generation as a target representation. To study this, we first perform a large-scale empirical analysis across 27 different vision encoders and different model scales. The results are surprising - spatial structure, rather than global performance drives the generation performance of a target representation. To further study this, we introduce two straightforward modifications, which specifically accentuate the transfer of spatial information. We replace the standard MLP projection layer in REPA with a simple convolution layer and introduce a spatial normalization layer for the external representation. Surprisingly, our simple method (implemented in <4 lines of code), termed iREPA, consistently improves convergence speed of REPA, across a diverse set of vision encoders, model sizes, and training variants (such as REPA, REPA-E, meanflow, JiT etc). Our work motivates revisiting the fundamental working mechanism of representational alignment and how it can be leveraged for improved training of generative models.

    ICLR 2026引用:42
    引用
    AI阅读
    加入学术空间
    2Enhancing Lung Cancer Disease Classification Based on BPSO and Stacked MLP with CNN Model
    Ahmed M. Elshewey, Ahmed M. Osman, Mohamed S. Sawah,Hazem M. El-Bakry, Samah A. Z. Hassan

    This paper introduces a novel classification model for lung cancer prediction through preprocessing, feature selection (FS) algorithms, and deep learning (DL) models. The public shared dataset from the Kaggle repository was utilized, which consists of 15 attributes associated with lung cancer. Data preprocessing tasks included addressing issues such as missing values, label encoding, and standardization. SMOTE was used to address class imbalance. Five FS algorithms in binary version: Particle Swarm Optimization (BPSO), Genetic Algorithm, Grey Wolf Optimizer, Whale Optimization Algorithm, and Ant Colony Optimization were utilized to evaluate performance. The BPSO achieved the best accuracy with 98.15

    2026Neural Computing and Applications(2026)引用:26
    引用
    AI阅读
    加入学术空间
    3SSS: Semi-Supervised SAM-2 with Efficient Prompting for Medical Imaging Segmentation
    Hongjie Zhu, Xiwei Liu, Rundong Xue, Zeyu Zhang, Yu Bai, Shimin Wen, Yong Xu,Daji Ergu, Ying Cai,Yang Zhao

    In the era of information explosion, efficiently leveraging large-scale unlabeled data while minimizing the reliance on high-quality pixel-level annotations remains a critical challenge in the field of medical imaging. Semi-supervised learning (SSL) enhances the utilization of unlabeled data by facilitating knowledge transfer, significantly improving the performance of fully supervised methods and emerging as a highly promising research direction in medical image analysis. Inspired by the rich prior knowledge offered by Vision Foundation Models (e.g., SAM-2), we propose SSS (Semi-Supervised SAM-2), a novel approach that leverages SAM-2's robust feature extraction capabilities to uncover latent knowledge in unlabeled medical images, thus effectively enhancing feature support for fully supervised medical image segmentation. Specifically, building upon the single-stream "weak-to-strong" consistency regularization framework, this paper introduces a Discriminative Feature Enhancement (DFE) mechanism to further explore the feature discrepancies introduced by various data augmentation strategies across multiple views. By leveraging feature similarity and dissimilarity across multi-scale augmentation techniques, the method reconstructs and models the features, thereby effectively optimizing the salient regions. Furthermore, a prompt generator is developed that integrates Physical Constraints with a Sliding Window (PCSW) mechanism to generate input prompts for unlabeled data, fulfilling SAM-2's requirement for additional prompts. Extensive experiments demonstrate the superiority of the proposed method for semi-supervised medical image segmentation on two multi-label datasets, i.e., BHSD and ACDC. Notably, SSS achieves an average Dice score of 53.15 on BHSD, surpassing the previous state-of-the-art method by +3.65 Dice. Code is available at https://github.com/AIGeeksGroup/SSS

    2026BIOMEDICAL SIGNAL PROCESSING AND CONTROL(2026)引用:14
    引用
    AI阅读
    加入学术空间
    4GeoWorld: Geometric World Models
    Zeyu Zhang, Danning Li,Ian Reid,Richard Hartley

    Energy-based predictive world models provide a powerful approach for multi-step visual planning by reasoning over latent energy landscapes rather than generating pixels. However, existing approaches face two major challenges: (i) their latent representations are typically learned in Euclidean space, neglecting the underlying geometric and hierarchical structure among states, and (ii) they struggle with long-horizon prediction, which leads to rapid degradation across extended rollouts. To address these challenges, we introduce GeoWorld, a geometric world model that preserves geometric structure and hierarchical relations through a Hyperbolic JEPA, which maps latent representations from Euclidean space onto hyperbolic manifolds. We further introduce Geometric Reinforcement Learning for energy-based optimization, enabling stable multi-step planning in hyperbolic latent space. Extensive experiments on CrossTask and COIN demonstrate around 3% SR improvement in 3-step planning and 2% SR improvement in 4-step planning compared to the state-of-the-art V-JEPA-2.

    2026CVPR 2026(2026)引用:7
    引用
    AI阅读
    加入学术空间
    5SkillGuard: A Permission-Centric Framework for Agent Skill Security
    Shidong Pan,Xiaoyu Sun, Tianyi Zhang, Dianshu Liao, Kaiwen Yang,Zhenchang Xing

    Skills extend LLM agents with reusable instructions, scripts, data, and tool bindings. This shift makes skills a new security principal in agent systems: a skill can alter the agent's reasoning before any tool is called, and it can also steer the agent toward actions with concrete side effects. However, current skill ecosystems lack a permission model that captures this dual role. Existing defenses either inspect skill files before use or constrain individual tool calls during execution, leaving the connection between skill-level intent, contextual influence, and runtime behavior weakly governed. In this paper, we present SkillGuard, a skill-centric permission framework that treats skills as permission-bearing executable artifacts. SkillGuard introduces a dual-plane governance model that jointly regulates context influence and action side effects through skill manifests, runtime permission control, user interaction, and policy enforcement. We evaluate the permission taxonomy expressiveness on 1,260 real-world skills, and 99.93

    2026引用:5
    引用
    AI阅读
    加入学术空间
    立即登录,查看全部 1500 篇论文

    合作机构(100)

    Uttaranchal University合作论文 56
    澳大利亚国立大学合作论文 55
    明尼苏达大学合作论文 43
    可爱的专业大学合作论文 31
    Irbid National University合作论文 31
    Jadara University合作论文 27
    Al-Balqa` Applied University合作论文 23
    哈立德国王大学合作论文 22
    Commonwealth 科学和工业研究组织合作论文 22
    悉尼大学合作论文 20

    机构统计