Search Results Heading

MBRLSearchResults

mbrl.module.common.modules.added.book.to.shelf
Title added to your shelf!
View what I already have on My Shelf.
Oops! Something went wrong.
Oops! Something went wrong.
While trying to add the title to your shelf something went wrong :( Kindly try again later!
Are you sure you want to remove the book from the shelf?
Oops! Something went wrong.
Oops! Something went wrong.
While trying to remove the title from your shelf something went wrong :( Kindly try again later!
    Done
    Filters
    Reset
  • Discipline
      Discipline
      Clear All
      Discipline
  • Is Peer Reviewed
      Is Peer Reviewed
      Clear All
      Is Peer Reviewed
  • Item Type
      Item Type
      Clear All
      Item Type
  • Subject
      Subject
      Clear All
      Subject
  • Year
      Year
      Clear All
      From:
      -
      To:
  • More Filters
7 result(s) for "Wang, Baoteng"
Sort by:
Biodegradation of Low Density Polyethylene by the Fungus Cladosporium sp. Recovered from a Landfill Site
Low density polyethylene (LDPE) has been widely used commercially for decades; however, as a non-degradable material, its continuous accumulation has contributed to serious environmental issues. A fungal strain, Cladosporium sp. CPEF-6 exhibiting a significant growth advantage on MSM-LDPE (minimal salt medium), was isolated and selected for biodegradation analysis. LDPE biodegradation was analyzed by weight loss percent, change in pH during fungal growth, environmental scanning electron microscopy (ESEM), and Fourier transformed infrared spectroscopy (FTIR). Inoculation with the strain Cladosporium sp. CPEF-6 resulted in a 0.30 ± 0.06% decrease in the weight of untreated LDPE (U-LDPE). After heat treatment (T-LDPE), the weight loss of LDPE increased significantly and reached 0.43 ± 0.01% after 30 days of culture. The pH of the medium was measured during LDPE degradation to assess the environmental changes caused by enzymes and organic acids secreted by the fungus. The fungal degradation of LDPE sheets was characterized by ESEM analysis of topographical alterations, such as cracks, pits, voids, and roughness. FTIR analysis of U-LDPE and T-LDPE revealed the appearance of novel functional groups associated with hydrocarbon biodegradation as well as changes in the polymer carbon chain, confirming the depolymerization of LDPE. This is the first report demonstrating the capacity of Cladosporium sp. to degrade LDPE, with the expectation that this finding can be used to ameliorate the negative impact of plastics on the environment.
Biodegradation of Low Density Polyethylene by the Fungus ICladosporium/I sp. Recovered from a Landfill Site
Low density polyethylene (LDPE) has been widely used commercially for decades; however, as a non-degradable material, its continuous accumulation has contributed to serious environmental issues. A fungal strain, Cladosporium sp. CPEF-6 exhibiting a significant growth advantage on MSM-LDPE (minimal salt medium), was isolated and selected for biodegradation analysis. LDPE biodegradation was analyzed by weight loss percent, change in pH during fungal growth, environmental scanning electron microscopy (ESEM), and Fourier transformed infrared spectroscopy (FTIR). Inoculation with the strain Cladosporium sp. CPEF-6 resulted in a 0.30 ± 0.06% decrease in the weight of untreated LDPE (U-LDPE). After heat treatment (T-LDPE), the weight loss of LDPE increased significantly and reached 0.43 ± 0.01% after 30 days of culture. The pH of the medium was measured during LDPE degradation to assess the environmental changes caused by enzymes and organic acids secreted by the fungus. The fungal degradation of LDPE sheets was characterized by ESEM analysis of topographical alterations, such as cracks, pits, voids, and roughness. FTIR analysis of U-LDPE and T-LDPE revealed the appearance of novel functional groups associated with hydrocarbon biodegradation as well as changes in the polymer carbon chain, confirming the depolymerization of LDPE. This is the first report demonstrating the capacity of Cladosporium sp. to degrade LDPE, with the expectation that this finding can be used to ameliorate the negative impact of plastics on the environment.
Detailed Object Description with Controllable Dimensions
Object description plays an important role for visually impaired individuals to understand and compare the differences between objects. Recent multimodal large language models(MLLMs) exhibit powerful perceptual abilities and demonstrate impressive potential for generating object-centric descriptions. However, the descriptions generated by such models may still usually contain a lot of content that is not relevant to the user intent or miss some important object dimension details. Under special scenarios, users may only need the details of certain dimensions of an object. In this paper, we propose a training-free object description refinement pipeline, Dimension Tailor, designed to enhance user-specified details in object descriptions. This pipeline includes three steps: dimension extracting, erasing, and supplementing, which decompose the description into user-specified dimensions. Dimension Tailor can not only improve the quality of object details but also offer flexibility in including or excluding specific dimensions based on user preferences. We conducted extensive experiments to demonstrate the effectiveness of Dimension Tailor on controllable object descriptions. Notably, the proposed pipeline can consistently improve the performance of the recent MLLMs. The code is currently accessible at https://github.com/xin-ran-w/ControllableObjectDescription.
From Simple to Professional: A Combinatorial Controllable Image Captioning Agent
The Controllable Image Captioning Agent (CapAgent) is an innovative system designed to bridge the gap between user simplicity and professional-level outputs in image captioning tasks. CapAgent automatically transforms user-provided simple instructions into detailed, professional instructions, enabling precise and context-aware caption generation. By leveraging multimodal large language models (MLLMs) and external tools such as object detection tool and search engines, the system ensures that captions adhere to specified guidelines, including sentiment, keywords, focus, and formatting. CapAgent transparently controls each step of the captioning process, and showcases its reasoning and tool usage at every step, fostering user trust and engagement. The project code is available at https://github.com/xin-ran-w/CapAgent.
From Simple to Professional: A Combinatorial Controllable Image Captioning Agent
The Controllable Image Captioning Agent (CapAgent) is an innovative system designed to bridge the gap between user simplicity and professional-level outputs in image captioning tasks. CapAgent automatically transforms user-provided simple instructions into detailed, professional instructions, enabling precise and context-aware caption generation. By leveraging multimodal large language models (MLLMs) and external tools such as object detection tool and search engines, the system ensures that captions adhere to specified guidelines, including sentiment, keywords, focus, and formatting. CapAgent transparently controls each step of the captioning process, and showcases its reasoning and tool usage at every step, fostering user trust and engagement. The project code is available at https://github.com/xin-ran-w/CapAgent.
Detailed Object Description with Controllable Dimensions
Object description plays an important role for visually impaired individuals to understand and compare the differences between objects. Recent multimodal large language models (MLLMs) exhibit powerful perceptual abilities and demonstrate impressive potential for generating object-centric captions. However, the descriptions generated by such models may still usually contain a lot of content that is not relevant to the user intent. Under special scenarios, users may only need the details of certain dimensions of an object. In this paper, we propose a training-free captioning refinement pipeline, Dimension Tailor, designed to enhance user-specified details in object descriptions. This pipeline includes three steps: dimension extracting, erasing, and supplementing, which decompose the description into pre-defined dimensions and correspond to user intent. Therefore, it can not only improve the quality of object details but also offer flexibility in including or excluding specific dimensions based on user preferences. We conducted extensive experiments to demonstrate the effectiveness of Dimension Tailor on controllable object descriptions. Notably, the proposed pipeline can consistently improve the performance of the recent MLLMs. The code is currently accessible at the following anonymous link: https://github.com/xin-ran-w/ControllableObjectDescription.
Curriculum Group Policy Optimization: Adaptive Sampling for Unleashing the Potential of Text-to-Image Generation
Text-to-Image (T2I) generation has achieved remarkable progress in recent years. Meanwhile, reinforcement learning methods, particularly those based on Group Relative Policy Optimization (GRPO), have attracted widespread attention and been successfully applied to T2I tasks. However, the uniform sampling strategy commonly used during training often ignores the match between sample difficulty and the model's current learning capability, leading to low training efficiency. We argue that improving training efficiency requires continuously prioritizing prompts that match the model's evolving capability and remain actively learnable. To this end, we propose Curriculum Group Policy Optimization (CGPO), an adaptive curriculum training framework. During training, each prompt produces a group of images scored by a reward model. We use the variance of group rewards as an online proxy for prompt inconsistency. A higher variance suggests that the model has partially captured the prompt requirements but has not yet achieved stable mastery. Such prompts are more likely to provide useful learning signals, so we increase their sampling probabilities accordingly. Additionally, to address data imbalance in multi-category datasets, we design a category calibration method based on proportional fairness optimization, which balances training difficulty across categories. Experiments on GenEval, T2I-CompBench++, and DPG Bench demonstrate that our framework effectively improves generation performance.